IDLE

IDLE
Original authorGuido van Rossum
ReleaseDecember 22, 1998; 27 years ago (1998-12-22)
Stable release
3.12.9[1] Edit this on Wikidata / 4 February 2025; 18 months ago (4 February 2025)
Written inPython
TypeIntegrated development environment
Websitedocs.python.org/library/idle.html
Repository

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).

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[6], and avoids feature clutter.

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

See also

References

  1. ^ "Changelog". Retrieved 1 April 2025.
  2. ^ From the Help > About screen
  3. ^ "IDLE — Python 3.9.5 documentation". Archived from the original on 2020-06-04. Retrieved 2020-06-04.
  4. ^ 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.
  5. ^ 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
  6. ^ "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
  7. ^ a b "IDLE — Python 3.9.2 documentation". docs.python.org. Retrieved 2021-02-26.
  8. ^ Lutz, Mark & Ascher, David (2004). Learning Python, p. 40. O'Reilly Media, Inc. ISBN 978-0-596-00281-7.
  9. ^ Hammond, Mark; Robinson, Andy (2000). Python programming on Win32 (1. ed.). O'Reilly Media, Inc. p. 59. ISBN 978-1-56592-621-9.
  • Wikimedia Commons logo Media related to IDLE at Wikimedia Commons
  • IDLE home page in the Python documentation
  • IDLE page in the Python wiki
  • A guide to using IDLE

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.