Skip to content
IDLE

Official website (https://python.org/idle)

EntityQ427130· pop 30· linked from 204 articles

Also known as Python Programming/Getting Python

IDLE (short for Integrated Development and Learning Environment) is an integrated development environment for Python, which has been bundled with the default implementation of the language since 1.5.2b1. 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).

Key facts

Software.name
IDLE
Software.title
IDLE
Software.screenshot
Python's IDLE.png
Software.caption
IDLE in action under Ubuntu: shell with highlights settings
Software.author
Guido van Rossum
Software.programming language
Python
Software.genre
Integrated development environment

via Wikipedia infobox

Official website

IDLE — Python editor and shell — Python 3.14.6 documentation

Source code: Lib/idlelib/ IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: cross-platform: works mostly the same on Windows, Unix, and macOS, Pytho...

python.org

Link to the official site · 40,000 chars · not written by Vinony

Source code

Link to the source-code README · 8,905 chars · not written by Vinony

Wikidata facts

Official website
python.org/idle
Image
Python's IDLE.png
Show 6 more facts
Commons category
IDLE
software version identifier
3.12.9
inception
1998-12-22
publication date
1998-12-22
Sources (4)

via Wikidata · CC0

~2 min read

Article

3 sections
Contents
  • See also
  • References
  • External links

IDLE (short for Integrated Development and Learning Environment) is an integrated development environment for Python, which has been bundled with the default implementation of the language since 1.5.2b1. 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).

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.

Connections

Categories