Differences between revisions 19 and 20
Revision 19 as of 2004-05-18 18:33:37
Size: 1462
Editor: KurtBKaiser
Comment: Tkinter Wiki Link OK as of 17May04 --KBK
Revision 20 as of 2004-10-26 18:25:51
Size: 2838
Comment: Add doc. material from topic guide
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
More info here: http://www.python.org/topics/tkinter/

A new
Tkinter wiki: http://tkinter.unpythonic.net/wiki/
The Tkinter wiki: http://tkinter.unpythonic.net/wiki/
Line 15: Line 13:
 * [http://www.ferg.org/thinking_in_tkinter/index.html Thinking in Tkinter] is an introduction to some basic Tkinter programming concepts.

 * [http://docs.python.org/lib/tkinter.html Graphical User Interfaces with Tk], a chapter from the [http://docs.python.org/lib/lib.html Python Library Reference].

 * [http://www.tcl-tk.net/man/ Online Tcl/Tk Manual Pages] - the official man pages at the Tcl Developer Xchange.
Line 17: Line 20:
Also see: http://www.python.org/topics/tkinter/doc.html  * The New Mexico Institute of Mining and Technology created its own Tkinter manual. It is available in [http://www.nmt.edu/tcc/help/pubs/tkinter/ HTML] and [http://www.nmt.edu/tcc/help/pubs/tkinter.pdf PDF].

 * The ''Tkinter Life Preserver'', by Matt Conway is still useful, though way out of date. It's the only document that explains how to read the Tcl/Tk manuals and translate the information there to Tkinter calls. [http:/doc/life-preserver/index.html HTML version], converted by Ken Manheimer.

 * The source: when all else fails: Read The Source, Luke!
        * ''Demo/tkinter/'' in the Python source distribution.
          This contains many helpful examples, including updated
          versions of Matt Conway's examples.
        * ''Lib/lib-tk/Tkinter.py'' in any Python distribution.


 * Other prominent Tcl/Tk sites:

        * [http://www.tcl-tk.net Tcl Developer Xchange]
        * [http://sourceforge.net/projects/tcl Tcl project at SourceForge]
        * [http://sourceforge.net/foundry/tcl-foundry Tcl foundry at SourceForge]

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."

The 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.

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.