简介
此条目介绍的是Python的内置集成开发环境。关于其他用法,请见“IDLE”。IDLEUbuntu中的IDLE,设置高亮的交互环境原作者Guido van Rossum首次发布1998年12月22日,24年前(1998-12-22)当前版本3.11.0 (2022年10月24日;稳定版本) 源代码库github.com/python/cpython/tree/master/Lib/idlelib 编程语言Python类型集成开发环境许可协议Python软件基金会许可证 网站docs.python.org/library/idle.htmlIDLE是Python的集成开发环境,内置于Python的官方实现中,“IDLE”代表“Integrated Development and Learning Environment”(集成开发与学习环境)。在许多Linux发行版中,IDLE可以作为Python软件包的一部分选择安装。IDLE使用Python与Tkinter GUI工具包(Tcl/Tk的包装函数)编写。IDLE的设计目的是在教育环境中供初学者使用,因而相较于其他IDE,它的功能较为简单。
软件界面
打开IDLE后,会出现一个增强的交互解释器窗口,它具有比基本的命令行shell更多的功能。
功能
根据自带的README文件,IDLE的主要功能有:
多窗口的文本编辑器,有含语法高亮功能的Python shell、自动补全、智能缩进等功能。
集成调试器,其具有持久断点、单步调试(英语:Stepping (debugging))和查看变量以及函数调用栈的监视功能。
命名
Python的设计者吉多·范罗苏姆称IDLE代表“Integrated Development and Learning Environment”(集成开发与学习环境)。因为他根据英国电视剧《巨蟒剧团的飞行马戏团》(Monty Python’s Flying Circus)为Python命名,所以IDLE这个名字很可能也是为了致敬巨蟒剧团的创始人之一,埃里克·艾德尔(Eric Idle)。
另见
自由软件主题
Python集成开发环境列表
PyCharm
参考来源
^ https://blog.python.org/2022/10/python-3110-is-now-available.html; 出版日期: 2022年10月24日.
^ idle. lwn.net. . (原始内容存档于2018-09-25).
^ 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
^ IDLE — Python 3.9.5 documentation. . (原始内容存档于2020-06-04).
^ Kenneth, Reitz; Tanya, Schlusser. Python漫游指南. 东南大学出版社. 2017: 93. ISBN 9787564173746.
^ IDLE. Python Docs. . (原始内容存档于2022-12-11) (中文(**大陆)).
^ IDLE — Python 3.9.2 documentation. docs.python.org. . (原始内容存档于2020-06-04).
^ Lutz, Mark & Ascher, David (2004). Learning Python, p. 40. O’Reilly Media, Inc. .mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:”\”””\”””‘””‘”}.mw-parser-output .citation .cs1-lock-free a{background:url(“//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png”)no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url(“//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png”)no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-subscription a{background:url(“//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png”)no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:url(“//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png”)no-repeat;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}ISBN 978-0-596-00281-7.
^ 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.