- Python IDE Editor
pyscripter
download : https://code.google.com/p/pyscripter/
eclipse + pydev
download : http://www.eclipse.org/
eclipse 설치후 pydev plugin 설치 -> http://pydev.sourceforge.net/updates/
Aptana + pydev
download : http://www.aptana.com/
(pydev는 기본 설치되어있음)
* Aptana Studio
[테마 설정]
Window -> Preferences -> Aptana -> Themes
[문법 설정]
Window -> Preferences -> PyDev -> Editor
'Programming > Python' 카테고리의 다른 글
python HTML, XML 파싱 - BeautifulSoup (0) | 2013.11.21 |
---|---|
python SOCKS Proxy 사용 - socksipy (0) | 2013.11.08 |
python socket관련 - socket, urllib2, httplib (0) | 2013.11.05 |
python 콜스택 추적 (2) | 2013.10.09 |
파이썬 - 입력받기(input, raw_input) (3) | 2012.09.17 |