»
S
I
D
E
B
A
R
«
IDE for Python
Nov 27th, 2009 by admin

There are many IDEs for Python that provides code completion and syntax highlighting. PyDev is one of the best. It is a plugin for Eclipse has a full support for code completion (try PyDev Extensions too). You can easily try it here. Another editor worth mentioning is WingIDE, which is really powerful. For more on Python editors check this page.