IDLE
Description
IDLE is an Integrated DeveLopment Environment for python, which is bundled in each release of the programming tool since 2.3. It is completely written in python and the Tkinter GUI toolkit (wrapper functions for Tcl/Tk).
According to the included README, its main features are:
* Multi-window text editor with syntax highlighting, autocompletion, smart indent and other.
* Python shell with syntax highlighting.
* Integrated debugger with stepping, persistent breakpoints, and call stack visibility.
Category:Free development toolkits and libraries
Category:Integrated development environments
Category:Python software