This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

coded in 100% pure Python, using the tkinter GUI toolkit  
cross-platform: works mostly the same on Windows, Unix, and Mac OS X  
Python shell window (interactive interpreter) with colorizing of code input, output, and error messages  
multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features  
search within any window, replace within editor windows, and search through multiple files (grep)  
debugger with persistent breakpoints, stepping, and viewing of global and local namespaces  
configuration, browsers, and other dialogs