[Tutor] Best way to learn Tkinter

Alan Gauld alan.gauld at btinternet.com
Tue Jul 16 01:11:14 CEST 2013


On 15/07/13 22:38, Ben Fishbein wrote:
> Hello. I wrote a python program for my small business.
 >It works fine but it is all from command prompt and makes sense
> to no one but me. I want to create a new version with a GUI
 > that an employee could use.

I still like the Pythonware one:

http://effbot.org/tkinterbook/

But as an aside have you thought about making it a web app instead?
That is much easier to maintain - no need to distribute updates etc.
There are many fine Python web frameworks including Django and
Pylons. If you can find a server to host it and your users are
online it might be a better option.

Just a thought.
-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list