[Tutor] OOP with Tk/Tkinter

alan.gauld@bt.com alan.gauld@bt.com
Sun, 1 Jul 2001 19:45:56 +0100


> I'm not sure where to go next. I want to learn more about GUI object 
> orientated programming with Tk/Tkinter. I've only be able to find two 
> tutorials for Tk/Tkinter and both were not OO.

Hmm, The "official" tutor and reference by F/ is OO so far as I recall.
Thats how I learnt Tkinter and altho its still not complete it does 
offer a good intro.

Graysons book is a good reference but a terrible tutorial.

The new Programming Python book by Mark Lutz seems to have a fair bit of 
Tkinter stuff and his older version certainly used an OO approach.

Have you been thru all the stuff on the Tkinter section of the 
python.org website?

Alan G