Hacker News new | ask | show | jobs
by nacker 4925 days ago
The official bindings are PySide, incorporated into Qt:

https://qt-project.org/wiki/PySide-Tutorials-by-Experience-L...

There is a book out there called "Rapid GUI Programming with Python and Qt The Definitive Guide to PyQt Programming by Mark Summerfield" Code downloadable here: http://www.qtrac.eu/pyqtbook.html

Full text: http://ebookbrowse.com/summerfield-rapid-gui-programming-wit...

In all the code in that book you can just substitute "import PySide" for "import PyQt4" and pretty much everything works. In addition, if you install Qt4Assistant you will have a searchable tool for all classes and documentation.