Jan 13th, 2007, 3:31 PM
|
#16
|
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4 
|
Found this on another forum:
Quote:
Also not strictly an IDE, this is a very nice editor (written in Python/wxPython) with great features (multiple windows, syntax highlighting, smart find/replace, line numbers, autocomplete, macros, fold/expand functions and classes, bookmarks, todo, Python Shell, run your code, hotkeys, spellcheck, fonts, color and much more). Simply extract the zip file into your Python folder. Execute the program by running 'pype.pyw'. You can run your code with 'Run current file' and it will display in a nice output window (similar to the IDLE shell)
(written for Windows, but also tested on Linux, latest version PyPE-2.8-src.zip 12/14/2006)
http://pype.sourceforge.net/index.shtml
|
I downloaded the little free program as the source file (Python package) and test drove it. By golly, it is nice! An 'almost IDE', actually I can't figure out what is missing.
__________________
I looked it up on the Intergnats!
|
|
|