Re: [BangPypers] Help pyqt learning guide.

2012-04-01 Thread Sateesh Kumar
On Fri, Mar 30, 2012 at 3:04 PM, Ganesh Kumar wrote: > Hi guys, > > I am new to pyqt. please suggest any good material to understand pyqt. > please guide me. > A very good book for getting started with PyQt is 'Rapid GUI Programming with Python ant Qt' by Mark Summerfield . Unfortunately there i

Re: [BangPypers] Help pyqt learning guide.

2012-03-30 Thread Senthil Kumaran
Hello Ganesh, The best way to learn GUI development is to develop a simple application. The tutorials can assist you - http://zetcode.com/tutorials/pyqt4/ But set yourself a target - like a GUI application using which you can post to your blog. Try doing this and you should be in the right path.