Editors for Python

Jason Orendorff jason at jorendorff.com
Mon Feb 25 20:02:28 EST 2002


Moray Taylor wrote:
> I have only two requirements for my editor, syntax coloring, and a
> Class/function list.

IDLE has both of these.  It comes with Python.  Type "idle" at a
prompt; it's probably there.

  Do "File -> Open Module" and open "urllib".
  Then do "File -> Class Browser".

The class browser isn't very keyboard-friendly, though.
But you've got all the source code.  It's written in Python.

See also http://idlefork.sourceforge.net/ .

## Jason Orendorff    http://www.jorendorff.com/




More information about the Python-list mailing list