Python editors for Windows question

Peter Hansen peter at engcorp.com
Wed Apr 21 16:15:41 EDT 2004


Dustin wrote:

> I just started programming in Python last night, and I've really enjoyed my
> experience so far. I would like to know if there is a Windows editor that
> recognizes Python and will support a module syntax/definition lists For
> instance, let's say that I set form = cgi and then when I hit the period
> (".") on the keyboard, a list of objects shows up, such as FieldStorage(),
> etc.. Any suggestions are appreciated. Thank you!

SciTE can handle that: http://scintilla.sourceforge.net/SciTE.html
So can practically every other halfway decent editor these days,
most likely.

-Peter



More information about the Python-list mailing list