@@ -19,12 +19,27 @@ this should open a window demonstrating a simple Tk interface.
1919 The Python Tkinter Topic Guide provides a great deal of information on using Tk
2020 from Python and links to other sources of information on Tk.
2121
22- `An Introduction to Tkinter <http://www.pythonware .com/library/an-introduction-to-tkinter.htm >`_
23- Fredrik Lundh's on-line reference material .
22+ `TKDocs <http://www.tkdocs .com/ >`_
23+ Extensive tutorial plus friendlier widget pages for some of the widgets .
2424
25- `Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/lang.html >`_
25+ `Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/tkinter/ >`_
2626 On-line reference material.
2727
28+ `Tkinter docs from effbot <http://effbot.org/tkinterbook/ >`_
29+ Online reference for tkinter supported by effbot.org.
30+
31+ `Tcl/Tk manual <http://www.tcl.tk/man/tcl8.5/ >`_
32+ Official manual for the latest tcl/tk version.
33+
34+ `Programming Python <http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106/ >`_
35+ Book by Mark Lutz, has excellent coverage of Tkinter.
36+
37+ `Modern Tkinter for Busy Python Developers <http://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/ >`_
38+ Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter.
39+
40+ `An Introduction to Tkinter <http://www.pythonware.com/library/an-introduction-to-tkinter.htm >`_
41+ Fredrik Lundh's on-line reference material.
42+
2843 `Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813 >`_
2944 The book by John Grayson (ISBN 1-884777-81-3).
3045
0 commit comments