PDA

View Full Version : Enhanced python editor



amyst
January 10th, 2010, 11:32 PM
I'm looking for a reliable, feature friendly, fast python editor that can do Python syntax highlighting, Python class browsing, Python-compatible regular expressions, and perhaps more. Python class browsing is a must.

There are so many options out there, but I am not familiar with any of them. Any suggestions?

SeanHodges
January 11th, 2010, 12:22 AM
I'm looking for a reliable, feature friendly, fast python editor that can do Python syntax highlighting, Python class browsing, Python-compatible regular expressions, and perhaps more. Python class browsing is a must.

There are so many options out there, but I am not familiar with any of them. Any suggestions?

Take a look at the list here:

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

Personally I prefer Vim (http://www.vim.org/about.php) for Python development, though to get a class browser you'd need use ctags, or an add-on.

I hear good things about the pyDev (http://pydev.org/index.html) project, which is an Eclipse plugin. If you're looking for a heavy-weight IDE, that might be more suitable for you.

spupy
January 11th, 2010, 01:09 AM
I'm looking for a reliable, feature friendly, fast python editor that can do Python syntax highlighting, Python class browsing, Python-compatible regular expressions, and perhaps more. Python class browsing is a must.

What do you mean by "feature friendly"?
Also, by "class browsing", do you mean symbol list, that is browsing your own classes; or browsing the standard library?

Geany has python syntax highlighting, symbol list that works for python, and regex search (& replace).

DaithiF
January 11th, 2010, 09:07 AM
personally i prefer vim (http://www.vim.org/about.php) for python development
+1