[Tutor] Seeking good resources for Tkinter

Asrarahmed Kadri ajkadri at googlemail.com
Tue Oct 10 13:25:19 CEST 2006


Thanks for the reply.

The rule is: "when in doubt, always ask".
Sorry if a similar question was answered previously.

Regards,
Asrar

On 10/10/06, Alan Gauld <alan.gauld at btinternet.com> wrote:
>
> > I want to learn the GUI programming in Python. Can you suggest some
> > nice web
> > resources as well as books to start.
>
> It never fails to amaze me how often we get near identical
> questions being asked within a few days of each other and then
> never mentioned again for weeks!
>
> There are many different GUI toolkits for Python but the two most
> commonly used are:
>
> wxPython and
> Tkinter.
>
> Tkinter is based ob Tcl/Tk and comes as standard in Python
> but has slightly less sophisticated widgets and some folks
> don't like its looks.Try the Tkinter Topic Guide in the Documentation
> section of the Python web site for links to references and tutorials.
> There are some books too.
>
> wxPython has its own web site and is based on a C++
> framework called wxWidgets which also has a web site
> full of references which are very good if you can read C++.
>
> HTH,
>
> Alan G.
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>



-- 
To HIM you shall return.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20061010/85d2e531/attachment.html 


More information about the Tutor mailing list