On Sat, Dec 14, 2013 at 4:25 AM, Chris Angelico <ros...@gmail.com> wrote: > On Sat, Dec 14, 2013 at 11:12 PM, Jai <jaiprakashsingh...@gmail.com> wrote: >> GUI:-want to learn GUI programming in python , how should i proceed. >> >> There are lots of book here so I am confuse which book i should refer so >> that i don't waste time . please answer > > There are many ways to build a GUI with Python. Some of the more > popular toolkits are Tk (tkinter), wxWidgets (wxpython), and GTK. > Explore those and see which one you like; I personally quite like GTK, > and the others have their fans too. There are GUI builders for each of > the above (I think; definitely wx and GTK do), or you can build > everything directly in code (my preferred style). Play around with it > and see what you like!
I also like GTK. I thought it would be relevant to point out that pygtk only works on Python 2.x; gi.repository.Gtk works on 2.x and 3.x. -- https://mail.python.org/mailman/listinfo/python-list