Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2003-08-14 22:21:03
Size: 702
Editor: ip503dabc3
Comment:
Revision 9 as of 2010-11-07 21:17:09
Size: 1122
Editor: 78
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Idle is the Python IDE built with the Tkinter GUI toolkit. IDLE is the Python IDE built with the Tkinter GUI toolkit.
Line 5: Line 5:
    * cross-platform: works on Windows and Unix (on Mac OS, there are currently problems with Tcl/Tk)     * cross-platform: works on Windows and Unix
      * Included with http://homepages.cwi.nl/~jack/macpython/ for Mac OS X
Line 11: Line 12:

There's also a Chinese version of IDLE at http://www.dohao.org/cgi-bin/site/download/cnidle.cgi.

    * Python IDLE Language Include File is multi language pack. IDLE is the Python IDE built with the Tkinter GUI toolkit. Coded in 100% pure Python, using the Tkinter GUI toolkit. Works on Windows Linux and MacOS. : http://pythontr.org/
Line 12: Line 18:
See also: ["IDLEfork"], ["IDEStudio"] See also: [[IDLEfork]], [[IDLEextensions]]
----
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
  • 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

There's also a Chinese version of IDLE at http://www.dohao.org/cgi-bin/site/download/cnidle.cgi.

  • Python IDLE Language Include File is multi language pack. IDLE is the Python IDE built with the Tkinter GUI toolkit. Coded in 100% pure Python, using the Tkinter GUI toolkit. Works on Windows Linux and MacOS. : http://pythontr.org/


See also: IDLEfork, IDLEextensions


CategoryIntegratedDevelopmentEnvironment

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

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