Re: Tkinter tutorial?

2013-10-28 Thread Bennett Brown
Lundh, Fredrik. (2005). An Introduction to Tkinter, Draft revision. Retrieved from http://effbot.org/tkinterbook/ Shipman, John. (2013) Tkinter 8.5 reference. Retrieved from http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html Lutz, Mark. (2011) Programming Python, 4th ed. Chapters

Tkinter tutorial?

2013-10-22 Thread Walter Hurry
I have some experience with Python, having used it for a couple of years. Until now, my builder of choice for cross-platform GUI applications has been wxPython (with wxGlade), and I have been well satisfied with these tools. However, for a different project I need to get up to a reasonable

Re: Tkinter tutorial?

2013-10-22 Thread MRAB
On 22/10/2013 21:57, Walter Hurry wrote: I have some experience with Python, having used it for a couple of years. Until now, my builder of choice for cross-platform GUI applications has been wxPython (with wxGlade), and I have been well satisfied with these tools. However, for a different

Re: Tkinter tutorial?

2013-10-22 Thread Ben Finney
Walter Hurry walterhu...@lavabit.com writes: However, for a different project I need to get up to a reasonable speed with tkinter. Could some kind soul recommend a suitable on-line tutorial, or a (free) ebook? TkDocs URL:http://www.tkdocs.com/ is both a book for purchase (“Modern Tkinter”)

Re: Tkinter tutorial?

2013-10-22 Thread Ethan Furman
On 10/22/2013 03:06 PM, Ben Finney wrote: Walter Hurry walterhu...@lavabit.com writes: However, for a different project I need to get up to a reasonable speed with tkinter. Could some kind soul recommend a suitable on-line tutorial, or a (free) ebook? TkDocs URL:http://www.tkdocs.com/ is