IDLE

From Wikipedia, the free encyclopedia

Template:Short description Script error: No such module "about".

Page Module:Infobox/styles.css has no content.

IDLE
[[Programmer|Original authorTemplate:Pluralize from text]]Guido van Rossum
Initial releaseDecember 22, 1998; 27 years ago (1998-12-22)
Template:Infobox software/simple
Written inPython
EnginePage Template:Plainlist/styles.css has no content.Template:EditAtWikidata
TypeIntegrated development environment
Websitedocs.python.org/library/idle.html
RepositoryPage Template:Plainlist/styles.css has no content.

Script error: No such module "Check for conflicting parameters".

IDLE (short for Integrated Development and Learning Environment)[1][2] is an integrated development environment for Python, which has been bundled with the default implementation of the language since 1.5.2b1.[3][4] 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,[citation needed] especially in an educational environment. To that end, it is cross-platform[5], and avoids feature clutter.

According to the included README and the online IDLE documentation[6], 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

Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

References

Page Template:Reflist/styles.css has no content.

  1. ^ From the Help > About screen
  2. ^ Page Module:Citation/CS1/styles.css has no content."IDLE — Python 3.9.5 documentation". Archived from the original on 2020-06-04. Retrieved 2020-06-04.
  3. ^ Page Module:Citation/CS1/styles.css has no content.Van Rossum, Guido (16 Nov 1998). "IDLE 0.1 -- a Python IDE". comp.lang.python. Archived from the original on 2018-09-25 – via Linux Weekly News. At the conference I mentioned a few times that I was working on a Tkinter-based IDE for Python. I've decided to use the paradigm "release early and often" for this piece of software (especially since I don't expect I'll have much time to work on it), so version 0.1 (essentially a dump of my directory) is now sitting in the contrib directory ftp.python.org.
  4. ^ IDLE 0.1 was distributed with the Python 1.5.2b1 release on 12/22/98., From: \Python-1.5.2\Tools\idle\NEWS.txt
  5. ^ Page Module:Citation/CS1/styles.css has no content."IDLE documentation quote". docs.python.org. Archived from the original on 3 October 2025. Retrieved 3 October 2025. cross-platform: works mostly the same on Windows, Unix, and macOS
  6. ^ a b Page Module:Citation/CS1/styles.css has no content."IDLE — Python 3.9.2 documentation". docs.python.org. Retrieved 2021-02-26.
  7. ^ Lutz, Mark & Ascher, David (2004). Learning Python, p. 40. O'Reilly Media, Inc. Template:ISBN.
  8. ^ Page Module:Citation/CS1/styles.css has no content.Hammond, Mark; Robinson, Andy (2000). Python programming on Win32 (1. ed.). O'Reilly Media, Inc. p. 59. ISBN 978-1-56592-621-9.

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.