Differences between revisions 13 and 17 (spanning 4 versions)
Revision 13 as of 2003-07-17 15:23:27
Size: 1465
Editor: dns1
Comment:
Revision 17 as of 2004-03-18 14:46:48
Size: 1460
Editor: india
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
A new Tkinter wiki: http://tkinter.unpythonic.net/wiki/
Line 11: Line 12:
  * [http://www.pythonware.com/library/tkinter/introduction/index.htm B]
* [http://www.astro.washington.edu/owen/ROTKFolklore.html C]
David McNab recommended the latter three as particularly "pythonic" in not insisting that readers think in Tcl.
  * [http://www.astro.washington.edu/owen/ROTKFolklore.html Tkinter Folklore]
David McNab recommended the latter two as particularly "pythonic" in not insisting that readers think in Tcl.
Line 27: Line 27:
MythDebunking: ''TkInter is ugly on Windows.'' (http://wiki.tcl.tk/TkWidgetsLookFine) MythDebunking: ''TkInter is ugly on Windows'' (http://wiki.tcl.tk/TkWidgetsLookFine)

Tkinter is Python's de-facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/[http://wiki.tcl.tk/tk Tk].

Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one, and almost the only one that is portable between Unix, Mac and Windows. CameronLaird calls the yearly decision to keep TkInter "one of the minor traditions of the Python world."

More info here: http://www.python.org/topics/tkinter/

A new Tkinter wiki: http://tkinter.unpythonic.net/wiki/

Tkinter Documentation

David McNab recommended the latter two as particularly "pythonic" in not insisting that readers think in Tcl.

Also see: http://www.python.org/topics/tkinter/doc.html

Tkinter Extensions

Comments

MythDebunking: TkInter is ugly on Windows (http://wiki.tcl.tk/TkWidgetsLookFine)

TkInter (last edited 2022-02-08 22:05:48 by martinmiller)

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