Differences between revisions 2 and 3
Revision 2 as of 2003-08-14 22:28:01
Size: 702
Editor: ip503dabc3
Comment:
Revision 3 as of 2003-08-15 00:10:08
Size: 750
Editor: ip503dabc3
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
----
CategoryIntegratedDevelopmentEnvironment

IDLE is the Python IDE built with the Tkinter GUI toolkit.

IDLE has the following features:

  • coded in 100% pure Python, using the Tkinter GUI toolkit
  • cross-platform: works on Windows and Unix (on Mac OS, there are currently problems with Tcl/Tk)
  • 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)

It is a part of the standard library and is described in the reference manual: http://www.python.org/doc/current/lib/idle.html


See also: ["IDLEfork"], ["IDEStudio"]


CategoryIntegratedDevelopmentEnvironment

IDLE (last edited 2014-07-10 00:42:25 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.