Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2002-07-12 22:29:49
Size: 900
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 13 as of 2003-07-17 15:23:27
Size: 1465
Editor: dns1
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Tkinter is Python's de-facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/Tk. 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].
Line 8: Line 8:
  * [http://www.pythonware.com/library/index.htm An Introduction To Tkinter] (online) by FredrikLundh
  * [wiki:ISBN:1884777813 Python and Tkinter Programming] by John Grayson (see also GuiBooks)
  * [http://www.astro.washington.edu/owen/TkinterSummary.html Tkinter Summary]
  * [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.
Line 9: Line 15:
  * [http://www.amk.ca/bookstore/applications.html Python and Tkinter Programming] by JohnGrayson
  * [http://www.pythonware.com/library/index.htm An Introduction To Tkinter] (online) by FredrikLundh
Line 17: Line 21:
  * ["Tix"]   * ["Tix"] (http://www.python.org/doc/current/lib/module-Tix.html)
Line 19: Line 23:
  * ["How Tkinter can exploit Tcl/Tk extensions"]

== Comments ==

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/

Tkinter Documentation

David McNab recommended the latter three 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.