最終更新:2012-08-21 (火) 02:05:59 (4260d)  

IDLE
Top / IDLE

Python's Integrated Development Environment

http://docs.python.org/library/idle.html

特徴

  • coded in 100% pure Python, using the Tkinter GUI toolkit
  • cross-platform: works on Windows and Unix
  • multi-window text editor with multiple undo, Python colorizing and many other features, e.g. smart indent and call tips
  • Python shell window (a.k.a. interactive interpreter)
  • debugger (not complete, but you can set breakpoints, view and step)

関連