IDLE (Python)
跳至導覽
跳至搜尋
| Ubuntu中的IDLE,設置突顯的互動環境 Ubuntu中的IDLE,設置突顯的互動環境 | |
| 原作者 | Guido van Rossum |
|---|---|
| 首次發佈 | 1998年12月22日 |
| 目前版本 | |
| 原始碼庫 |
|
| 程式語言 | Python |
| 引擎 | |
| 類型 | 整合式開發環境 |
| 許可協定 | |
| 網站 | docs |
IDLE是Python的整合式開發環境,從1.5.2b1版開始,就以Python作為預設的執行語言。[1][2]「IDLE」代表「Integrated Development and Learning Environment」(整合開發與學習環境)[3]。在許多Linux發行版中,IDLE可以作為Python軟件套件的一部分選擇安裝。IDLE使用Python與Tkinter GUI工具包(Tcl/Tk的包裝函數)編寫。[4]IDLE的設計目的是在教育環境中供初學者使用,因而相較於其他IDE,它的功能較為簡單。
軟件介面[編輯]
打開IDLE後,會出現一個增強的互動直譯器窗口,它具有比基本的命令列shell更多的功能。
功能[編輯]
命名[編輯]
Python的設計者吉多·范羅蘇姆稱IDLE代表「Integrated Development and Learning Environment」(整合開發與學習環境)。[6]因為他根據英國電視劇《踎低噴飯的飛行馬戲團》(Monty Python's Flying Circus)為Python命名,所以IDLE這個名字很可能也是為了致敬踎低噴飯的創始人之一,埃里克·艾德爾(Eric Idle)。[7][8]
另見[編輯]
參考來源[編輯]
- ^ 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.