IDLE (Python)
IDLE是Python的集成开发环境,内置于Python的官方实现中[2][3],“IDLE”代表“Integrated Development and Learning Environment”(集成开发与学习环境)[4]。在许多Linux发行版中,IDLE可以作为Python软件包的一部分选择安装。IDLE使用Python与Tkinter GUI工具包(Tcl/Tk的包裝函式)编写。[5]IDLE的设计目的是在教育环境中供初学者使用,因而相较于其他IDE,它的功能较为简单。
Ubuntu中的IDLE,设置高亮的交互环境 | |
原作者 | Guido van Rossum |
---|---|
首次发布 | 1998年12月22日 |
当前版本 |
|
源代码库 | |
编程语言 | Python |
类型 | 集成开发环境 |
许可协议 | |
网站 | docs |
软件界面
打开IDLE后,会出现一个增强的交互解释器窗口,它具有比基本的命令行shell更多的功能。
命名
Python的设计者吉多·范罗苏姆称IDLE代表“Integrated Development and Learning Environment”(集成开发与学习环境)。[7]因为他根据英国电视剧《蒙提·派森的飛行馬戲團》()为Python命名,所以IDLE这个名字很可能也是为了致敬巨蟒剧团的创始人之一,埃里克·艾德尔()。[8][9]
参考来源
- . 2022年10月24日.
- . lwn.net. [2022-12-11]. (原始内容存档于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
- . [2020-06-04]. (原始内容存档于2020-06-04).
- Kenneth, Reitz; Tanya, Schlusser. . 东南大学出版社. 2017: 93. ISBN 9787564173746.
- . Python Docs. [2022-12-11]. (原始内容存档于2022-12-11) (中文(中国大陆)).
- . docs.python.org. [2021-02-26]. (原始内容存档于2020-06-04).
- Lutz, Mark & Ascher, David (2004). Learning Python, p. 40. O'Reilly Media, Inc. 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.
外部链接
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.