Tutorials for PyQt
PyQT4 Tutorial - A step by step PyQt4 tutorial
ZetCode's PyQT4 tutorial - Another step by step PyQt4 tutorial
EuroPython2006Talk - Introducing PyQt4 for GUI Application Development - a talk presented at EuroPython 2006
Creating_GUI_Applications_with_PyQt_and_Qt_Designer - a talk presented at PyCon UK 2007
GUI Programming with Python: QT Edition - A very complete document about PyQt development (also mentioned in Books)
PyQt by devendra laulkar @ Barcamp pune3 - a video of a short introduction to PyQt
PyQT Webkit Browser in 2 minutes - a screencast on YouTube
The PyQt Intro - a series of introductory articles in tutorial format
An Introduction to PyQt: creating GUIs with Python’s QT bindings - first published the December 2007 issue of Python Magazine
Qt Designer video tutorial - By Guyon Morée
PyQt4 Lab 1 - Creating a simple editor window in Qt 4.
write a web browser by python - Creating a WebKit-based browser with PyQt
Other Introductory Material
Getting Started With PyQt4 (PDF, work in progress) - a set of introductory slides about PyQt
PyQt for Desktop and Embedded Devices - a general overview about PyQt plus some basic information about Python and PyQt4 on embedded devices
Historical Records
These tutorials are for Qt 3:
IBM Qt/PyQt tutorial - a toy application is developed, first with Tkinter, then with PyQt.
PyQT-tutorial - uses Qt Designer, very good for beginners.
Jonathan Gardner's PyQt tutorial - writing a GUI for the at utility.
PyQt Wiki