GUI tutorial

Peter Decker pydecker at gmail.com
Sun May 13 19:51:55 EDT 2007


On 5/13/07, John K Masters <johnmasters at oxtedonline.net> wrote:
> Can someone point me in the direction of a good tutorial on programming
> python with a GUI? I'm just starting out with python and have written a
> few scripts successfully but would like to add a graphical front end to
> them to make it easier for my work colleagues, most of whom have never
> used a command line, to use.

Take a look at the Dabo screencasts. They illustrate very well how
easy it is to create GUIs using visual tools instead of in code. Of
course, you can still create them in code if you like, but where's the
fun in that?  :)

http://dabodev.com/documentation

-- 

# p.d.



More information about the Python-list mailing list