[Tutor] Seeking good resources for Tkinter
Michael Lange
klappnase at freenet.de
Tue Oct 10 00:55:38 CEST 2006
On Mon, 9 Oct 2006 22:04:17 +0100
"Asrarahmed Kadri" <ajkadri at googlemail.com> wrote:
> Hi folks,
>
> I want to learn the GUI programming in Python. Can you suggest some nice web
> resources as well as books to start.
>
> Thanks in anticipation.
>
Hi Asrar,
for Tkinter a good place to start is the wiki:
http://tkinter.unpy.net/wiki/
Several Tkinter books are mentioned here:
http://tkinter.unpy.net/wiki/books
where John Grayson's "Python and Tkinter programming" is (although it is a little outdated)
still the ultimate resource.
For a start the Tkinter reference from New Mexico Tech (http://infohost.nmt.edu/tcc/help/lang/python/tkinter.html)
and Frederik Lundh's book (http://www.pythonware.com/library/tkinter/introduction/) are good, too (and they are free).
I hope this helps
Michael
More information about the Tutor
mailing list