IDLE

Integrated development environment for Python From Wikipedia, the free encyclopedia

IDLE

IDLE (short for Integrated Development and Learning Environment)[2][3] is an integrated development environment for Python, which has been bundled with the default implementation of the language since 1.5.2b1.[4][5] It is packaged as an optional part of the Python packaging with many Linux distributions. It is completely written in Python and the Tkinter GUI toolkit (wrapper functions for Tcl/Tk).

Quick Facts Original author(s), Initial release ...
IDLE
Original author(s)Guido van Rossum
Initial releaseDecember 22, 1998; 26 years ago (1998-12-22)
Stable release
3.12.9[1]  / 4 February 2025; 2 months ago (4 February 2025)
Repository
Written inPython
TypeIntegrated development environment
Websitedocs.python.org/library/idle.html
Close

IDLE is intended to be a simple IDE and suitable for beginners, especially in an educational environment. To that end, it is cross-platform, and avoids feature clutter.

According to the included README, its main features are:

  • Multi-window text editor with syntax highlighting, autocompletion, smart indent and other features.
  • Python shell with syntax highlighting.
  • Integrated debugger with stepping, persistent breakpoints, and call stack visibility.

Author Guido van Rossum says IDLE stands for "Integrated Development and Learning Environment",[6] and since Van Rossum named the language Python after the British comedy group Monty Python, the name IDLE was probably also chosen partly to honor Eric Idle, one of Monty Python's founding members.[7][8]

See also

References

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.