跳转到内容

IDLE (Python)

维基百科,自由的百科全书

这是本页的一个历史版本,由Wikij1089留言 | 贡献2022年12月10日 (六) 14:29 (新条目 内容翻译 增加或调整内部链接 内容扩充 调整格式、排版 增加或调整参考来源)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
IDLE
IDLE in action under Ubuntu: shell with highlights settings
IDLE in action under Ubuntu: shell with highlights settings
原作者Guido van Rossum
首次发布1998年12月22日,​26年前​(1998-12-22
当前版本3.12.9[1]在维基数据编辑(2025年2月4日年,​錯誤:第一個參數不能被解析為日期或時間。​(2025年2月4日
源代码库 編輯維基數據鏈接
编程语言Python
类型Integrated development environment
许可协议 編輯維基數據鏈接
网站docs.python.org/library/idle.html

IDLE (Integrated Development and Learning Environment的简称)[2][3] 是一个Python集成开发环境,自1.5.2b1以来已与该语言的默认实现捆绑在一起。 [4][5]许多Linux发行版中,它是Python中可选部分的包装。它完全使用Python和Tkinter GUI工具包( 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.

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 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]

另见

参考来源

  1. ^ Changelog. [2025年4月1日] (英語). 
  2. ^ From the Help > About screen
  3. ^ IDLE — Python 3.9.5 documentation. [2020-06-04]. (原始内容存档于2020-06-04). 
  4. ^ 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.
  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 — Python 3.9.2 documentation. docs.python.org. [2021-02-26]. 
  7. ^ Lutz, Mark & Ascher, David (2004). Learning Python, p. 40. O'Reilly Media, Inc. ISBN 978-0-596-00281-7.
  8. ^ Hammond, Mark & Robinson, Andy (2000). Python Programming On Win32: Help for Windows Programmers, p. 59. O'Reilly Media, Inc. ISBN 978-1-56592-621-9.

外部链接