IDE for Python

Nuff Said nuffsaid at phreaker.net
Fri Apr 30 20:55:20 EDT 2004


On Fri, 30 Apr 2004 14:17:32 -0700, dont bother wrote:
> Is there any good IDE for Python. I checked on
> www.python.org and found some. Installed bluefish but
> to my surprise its just an editor. I guess it cannot
> even compile my code in python or maybe I am wrong.

Why an IDE? Python is - IMO - (one of) THE languages, where
a good editor (tabs2spaces, comment blocks, select encoding, 
syntax highlighting, auto-indentation, scriptable ...) is all 
you really need. 

(Bluefish ain't the editor of your choice here; write your own 
from scrap or write one using Scintilla; resp. use SciTE with 
a good customization file; or go for (X)Emacs resp. Vim.)

HTH, Nuff.




More information about the Python-list mailing list