IDLE (Python)
IDLE是Python的整合式開發環境,從1.5.2b1版開始,就以Python作為預設的執行語言。[2][3]「IDLE」代表「Integrated Development and Learning Environment」(整合開發與學習環境)[4]。在許多Linux發行版中,IDLE可以作為Python軟體套件的一部分選擇安裝。IDLE使用Python與Tkinter GUI工具包(Tcl/Tk的包裝函式)編寫。[5]IDLE的設計目的是在教育環境中供初學者使用,因而相較於其他IDE,它的功能較為簡單。
原作者 | Guido van Rossum |
---|---|
首次發布 | 1998年12月22日 |
目前版本 |
|
原始碼庫 | |
程式語言 | Python |
類型 | 整合式開發環境 |
許可協定 | |
網站 | docs |
軟體介面
編輯打開IDLE後,會出現一個增強的互動直譯器窗口,它具有比基本的命令列shell更多的功能。
功能
編輯命名
編輯Python的設計者吉多·范羅蘇姆稱IDLE代表「Integrated Development and Learning Environment」(整合開發與學習環境)。[7]因為他根據英國電視劇《蒙提·派森的飛行馬戲團》(Monty Python's Flying Circus)為Python命名,所以IDLE這個名字很可能也是為了致敬蒙提·派森的創始人之一,埃里克·艾德爾(Eric Idle)。[8][9]
另見
編輯參考來源
編輯- ^ Python 3.11.0 is now available. 2022年10月24日.
- ^ idle. 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
- ^ IDLE — Python 3.9.5 documentation. [2020-06-04]. (原始內容存檔於2020-06-04).
- ^ Kenneth, Reitz; Tanya, Schlusser. Python漫游指南. 東南大學出版社. 2017: 93. ISBN 9787564173746.
- ^ IDLE. Python Docs. [2022-12-11]. (原始內容存檔於2022-12-11) (中文(中國大陸)).
- ^ IDLE — Python 3.9.2 documentation. 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.