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 <[EMAIL PROTECTED]> 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@python.org
http://mail.python.org/mailman/listinfo/tutor



--
To HIM you shall return.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to