From: Donal K. Fellows on
On Feb 27, 5:29 pm, rantingrick <rantingr...(a)gmail.com> wrote:
> Great post Kevin! The only thing i would like to add are my two
> favorite references for learning Tkinter. They are not geared around
> the new ttk stuff, but still 95% relevant to any Tkinter-ing
>
> http://effbot.org/tkinterbook/
> http://infohost.nmt.edu/tcc/help/pubs/tkinter/

You might also want to check out:

http://www.tkdocs.com/

Which covers the ttk widgets too (and, for multi-language people, it
also handles how to do it from four languages).

Donal.