'Spyder'에 해당되는 글 1건

  1. 2013.07.28 Python의 새로운 IDE, Aptana Studio
잘 쓰던 PyScripter가 Windows 7에서 한글이 잘 되지 않아, Spyder로 IDE 변경

PyScripter에서 한글이 깨져 보이는 문제는 이렇게 해결한다 -> http://trigger.tistory.com/1518


 

https://code.google.com/p/spyderlib/ --> Spyder는 Turn_ERR_ver20121012.py를 돌렸더니 끝까지 돌지 않고 중간에 멈춰 버리는 현상 발생하여 탈락 -> Aptana로 다시 변경


Aptana Studio 3라는 것도 있다

http://alexnetster.blogspot.kr/2012/08/aptana-studio.html

http://cherryopatra.tistory.com/86

http://blackturtle.tistory.com/711663

 

Aptana Studio 설명서 http://it-ebooks.info/book/1836/ Aptana Studio Beginner's Guide


Aptana로 새로운 프로젝트를 만들고 Run하는 방법


1. 새로운 프로젝트 등록


http://pydev.org/manual_101_project_conf.html


http://krksap.tistory.com/entry/Python%EC%9C%BC%EB%A1%9C-%EB%86%80%EC%95%84%EB%B3%B4%EC%9E%90-02-HelloWorld%EB%A5%BC-%EC%B6%9C%EB%A0%A5%ED%95%B4%EB%B3%B4%EC%9E%90 한글


2. Interpreter 설정: Unresolved import error 문제

http://pydev.org/manual_101_interpreter.html



aptana 사용법 동영상 

http://www.youtube.com/watch?v=PI-vtnVPdhU

http://www.youtube.com/watch?v=XtnfY2cBbMA

http://pydev.org/manual_101_root.html


http://www.codeigniter-kr.org/tip/view/911 자동완성 기능 까는 법이 있음


Run하는 방법 중 가장 비슷해 보이는 것



http://pydev.org/manual_101_root.html 영문



모듈을 새로 설치하면 새로 설정해 줄 필요가 있을 것 같다. 


그 외 수많은 다른 Python editor 비교글

http://wiki.python.org/moin/PythonEditors

 

 

제일 밑의 테이블을 보면 GUI까지 같이 할 수 있는 에디터도 소개되어 있음

http://wiki.python.org/moin/IntegratedDevelopmentEnvironments

Monkey studio가 좋아 보인다

 

http://code.google.com/p/monkeystudio/

 

https://code.google.com/p/pythonxy/ 이것도 유용해 보임

http://pythonxynews.blogspot.kr/



이제는 PyScripter에만 매여있지 말고, 다른 에디터를 써보자


Visual Studio + Pytools http://pytools.codeplex.com/  그런데 이것은 CPython, IronPython만 지원한다


이것은 reverse engineering 툴이라는데...

http://oldresources.visual-paradigm.com/vpsuite3.1/instant_reverse_python.html



 

그 외의 다른 GUI IDE

http://jeez.eu/2009/10/29/integrated-development-environments-for-qt-and-not-only.html

 

 

KDE도 좋아 보임

http://www.kdevelop.org/screenshots

 

Zeus

http://www.zeusedit.com/lookmain.html

 

 

DRAKON Editor라는 것이 재미있어 보임 - 알고리즘을 그리는 에디터

http://drakon-editor.sourceforge.net/editor.html

DRAKON Editor에 대한 설명 http://noogabar.com/437

 

C++ python 바인더

http://sourceforge.net/projects/pygccxml/

Posted by trigger
,