Python Ide
There are a lot of Ides for PythonLanguage springing up. Many of them written in Python
-
Emacs
-
python.el (default with Emacs 23)
-
python-mode
-
Python Tools for Visual Studio
-
WingIde
-
Written in Python and C/C++
-
Based on PyGTK and GTK2
-
Auto-completion, call tips, source browser
-
Integrated unit testing
-
Support for debugging under Zope/Plone, DjangoProject, Turbogears, CGIs, wxPython, Tkinter, PyGTK, and most other Python code whether launched from the IDE or externally
-
Emacs and VI/VIM key bindings (among others)
-
Cross platform: Windows, Linux, MacOsx (runs under X11 on Mac)
-
Commercial
-
Free licenses available for non-commercial open source developers
-
Website: http://wingware.com/
See also: PythonGuiBuilders, http://www.python.org/cgi-bin/moinmoin/IntegratedDevelopmentEnvironments on the Python wiki.
CategoryPython CategorySoftwareTool