Overviews and Guides
This page contains a list of overviews and guides that aim to provide more depth and background material than the items on the Sample Code page.
Graphics View - Text Effects - an example showing simple text effects using the Graphics View framework.
pyqt4 and twisted - a (stub) tutorial on how to use twisted with pyqt4.
PyKDE and xattr - a tutorial and script on how to make a simple PyKDE application.
Multimedia Resources - the beginning of a document about using audio and video libraries with PyQt and PyKDE.
Using Python Custom Widgets in Qt Designer - shows how to prepare an example widget so that it can be used in Qt Designer.
MathTran Equation Editor - shows how to use QHttp to obtain data from a Web service.
Modifying a standard Qt image plugin - more about hacking Qt than creating beautiful things with Python
Designing Custom Controls with PyQt - an article in Qt Quarterly 26 with downloadable example code.
See the article's page on the Qt Centre Wiki for discussion and additions to the article and example code.
Low-Level Text Layouts - an article in Qt Quarterly 24 with downloadable example code written in C++, Java and Python.
Notes for embedding python in your C/C++ app.
Patrick Stinson, the author of the above guide, has written it up on a Wiki here: http://trac2.assembla.com/pkaudio/wiki/EmbeddedInterpreter
The outline of a Wiki book about PyKDE programming.
The Python Programming Wiki book contains a chapter about PyQt4.
Mini Sip Example is an introduction to using SIP to create bindings for your own libraries.