IDLE (Python)

IDLEはPython用の統合開発環境であり、マルチウィンドウ型のテキストエディタである。バージョン1.5.2b1以降のPythonに標�…

IDLE (Python)
IDLE
作者 グイド・ヴァンロッサム
初版 1998年12月22日 (1998-12-22)
リポジトリ ウィキデータを編集
対応OS クロスプラットフォーム
対応言語 Python
種別 統合開発環境
公式サイト www.python.org/idle
テンプレートを表示

IDLEPython用の統合開発環境であり、マルチウィンドウ型のテキストエディタである。バージョン1.5.2b1以降のPythonに標準で付属している[1][2]

基本的な使い方

主な機能は以下のとおりである。

1) 起動して、"File" から "Open" もしくは "New File" をクリックすると、エディタ画面が開く。

2) エディタ画面にソースコードを書く。

3) 書きあげたらエディタ画面の "Run" を押して、書いたコードをセーブするとともに実行する。

評価・他

機能を絞り、軽量かつシンプルで初心者でも扱いやすいことを目指している。一方では使い勝手の点から様々な批判を受けている。フォーカス機能がないこと、クリップボードにコピーする機能がないこと、行番号が表示されないこと、インターフェースのデザインなどが批判の的である。ユーザがより高機能のIDEにすぐに移ることから、IDLEは使い捨てのIDEであるともいう[3]

Pythonは公式には、IDLEをPython’s Integrated Development and Learning Environment[4][5](Python の統合開発環境で、学習用環境[6])の略称としているが、IDLEの開発者であるグイド・ヴァンロッサムはIDLEの名前の由来をIntegrated DeveLopment Environment(統合開発環境)としている[7][8]。しかしPythonの名前の由来がイギリスのコメディアンであるモンティ・パイソンであることから、おそらくIDLEの名前もモンティ・パイソンのメンバーのエリック・アイドル: Eric Idle)から来ていると考えられている[9]。IDLEの開発にはPythonとTkinterが用いられている[10]

関連項目

脚注

  1. ^ Subject: IDLE 0.1 -- a Python IDE, 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.
  2. ^ 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
  3. ^ Sweigart AL. (2011) The Things I Hate About IDLE That I Wish Someone Would Fix. The Invent With Python Blog.
  4. ^ IDLE” (英語). Python documentation. 2024年4月28日閲覧。
  5. ^ Python IDLE >>> Help menu >>> About IDLE, Python IDLE >>> IDLE menu >>> About IDLE
  6. ^ IDLE”. Python documentation. 2024年4月28日閲覧。
  7. ^ Subject: IDLE 0.2 -- Integrated DeveLopment Environment for Python, From: Guido van Rossum, Date: Fri, 8 Jan 1999 17:35:25 GMT
  8. ^ Primer on Installing Python and VPython, Author: M. Haley
  9. ^ Lutz, Mark & Ascher, David (2004). Learning Python, p. 40. O'Reilly Media, Inc. ISBN 0-596-00281-5.
  10. ^ TkinterはTcl/Tkのラッパーライブラリである。

外部リンク

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.