This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

PySide is LGPL-licensed Python bindings for the Qt (framework for cross-platform UI and applications). PySide is currently maintained by the Qt company, under the name "Qt for Python".

PySide bindings allow both free open source and proprietary software development and ultimately aim to support all of the platforms as Qt itself.

Tutorials

* PySide Tutorial, Create Python GUIs with Qt, Martin Fitzpatrick. Includes code for PySide 2 & PySide 6

Books

Create GUI Applications with Python & Qt6 (PySide6 Edition)
Martin Fitzpatrick - Published March 2021, CC-BY-NC-SA. 630 pages, 200 code examples
PySide6/Qt6 edition. Basic principles to full applications, including advanced topics including Qt threads & processes, custom widgets, plotting, model-view MVC architecture, SQL databases and packaging complete apps on Windows, macOS and Linux.

Create GUI Applications with Python & Qt5 (PySide2 Edition)
Martin Fitzpatrick - Published June 2020, CC-BY-NC-SA. 665 pages, 211 code examples
PySide2/Qt5 edition. Basic principles to full applications, including advanced topics including Qt threads & processes, custom widgets, plotting, model-view MVC architecture, SQL databases and packaging complete apps on Windows, macOS and Linux.


2026-02-14 16:12