[Tutor] To anyone that understands python or tkinter.......

alan.gauld@bt.com alan.gauld@bt.com
Mon, 16 Apr 2001 23:12:52 +0100


> Does anyone have any useless programs that i might
> beable to mess around with to help me understand this.
> 
> i can understand most of python but i would like some
> tkinter programs also 

Try starting with my event driven programming tutor:

http://www.crosswinds.net/~agauld/tutevent.htm

Then move to the next topic: GUI Programming with Tkinter

http://www.crosswinds.net/~agauld/tutgui.htm

Then try the Case Study

http://www.crosswinds.net/~agauld/tutcase.htm

which concludes with a Tkinter version of the grammar counter.

Finally there is an OO Games Framework and a GUI implementation 
of hangman on the Useless Python site. There is a link to it 
on this page:

http://www.crosswinds.net/~agauld/tutintro.htm


HTH,

Alan G

PS If you find lamdas difficult you could also look at the explanation here:

http://www.crosswinds.net/~agauld/tutfctnl.htm