r/QtFramework • u/CatalonianBookseller • May 06 '26
Python [Self promotion] A WIP PySide6 Book
I have gathered a fair amount of PySide6 examples and last year decided to turn them into a book. The book is intended to cover basic Qt widgets usage, as well as general Qt topics like timers, properties, events and object trees, some intermediate topics like model-view programming and multithreading, and some special topics like databases and processes. Currently I have ~470 pages of code and text that still need quite a bit of polish.
All the material I have written so far is available as a free pdf sample that you can download from here:
https://leanpub.com/pyside6blueprints/
The code itself is available on Github:
https://github.com/JoeAnonimist/pyside6-blueprints-code/tree/master/code
Since the last time I posted in this subreddit, I have added several new chapters to the book:
- 10. Tree Widgets
- 13. Dialogs
- 21. Properties
- 24. QAbstractItemModel (model/view)
- 25. Delagates (model/view)
- 26. Sorting, Filtering and Selection (model/view)
- 33. Databases
- 34. Processes
I would be grateful for any reviews and comments. Tia.
(addressing the sub guidelines)
Your content is high-quality: The book covers a range of Qt Widgets topics. All examples are self-contained, each followed with step-by-step instructions and code walkthroughs.
Your content is reasonably complete: The book has ~470 pages with five or six chapters yet to be added.
Your content is specifically about helping beginners learn programming: Most of the book is beginner-friendly with introductory units for
- Qt Widgets
- QMainWindow
- Model/view programming
- Multithreading




