Editors for Python
Jason Orendorff
jason at jorendorff.com
Mon Feb 25 20:02:28 EST 2002
More information about the Python-list mailing list
Mon Feb 25 20:02:28 EST 2002
- Previous message (by thread): Editors for Python
- Next message (by thread): Editors for Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Previous message (by thread): Editors for Python
- Next message (by thread): Editors for Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list