Integrated development environment
IDLE (Python)
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.
See more at Wikipedia.org...
integrated development environment
(c) Copyright 1993 by Denis Howe