IDLE (Python)

IDLE (Integrated Development and Learning Environment的缩写)[1][2] 是一个 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
IDLE in action under Ubuntu: shell with highlights settings
原作者Guido van Rossum
初始版本1998年12月22日1998-12-22
编程语言Python
类型Integrated development environment
网站docs.python.org/library/idle.html

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.
  • 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 Environment",[5][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]

参见

  • List of integrated development environments for Python

参考资料

  1. From the Help > About screen
  2. . [2020-06-04]. (原始内容存档于2020-06-04).
  3. Subject: IDLE 0.1 -- a Python IDE 存檔,存档日期2018-09-25., By Guido van Rossum - 16 Nov 1998 - comp.lang.python, 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. Subject: IDLE 0.2 -- Integrated DeveLopment Environment for Python 存檔,存档日期2019-02-28., From: Guido van Rossum, Date: Fri, 8 Jan 1999 17:35:25 GMT
  6. Primer on Installing Python and VPython, Author: M. Haley
  7. Lutz, Mark & Ascher, David (2004). Learning Python, p. 40. O'Reilly Media, Inc. ISBN 0-596-00281-5.
  8. Hammond, Mark & Robinson, Andy (2000). Python Programming On Win32: Help for Windows Programmers, p. 59. O'Reilly Media, Inc. ISBN 978-1565926219.

额外链接

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.