Externally indexed torrent
If you are the original uploader, contact staff to have it moved to your account
Textbook in PDF format
The hands-on guide to making apps with Python, Version 1.0.
Building desktop applications doesn't have to be difficult. Using Python & PySide6 (Qt6) you can create fully functional desktop apps in minutes. This is the 1st Edition of Create GUI Applications, updated for 2021 & PySide6.
Starting from the very basics, this book takes you on a tour of the key features of PySide6 you can use to build real-life applications. Learn the fundamental building blocks of Qt applications — Widgets, Layouts & Signals and learn how Qt uses the event loop to handle and respond to user input. Design beautiful UIs with Qt Designer and customize the look and feel of your applications with Qt Style Sheets and custom widgets.
Use Qt's MVC-like ModelViews framework to connect data sources to your widgets, including SQL databases, numpy and pandas data tables, to build-data driven application. Visualize data using matplotlib & PyQtGraph and connect with external data sources to build live dashboards. Learn how to use threads and processes to manage long-running tasks and communicate with external services. Parse data and visualize the output in logs and progress bars.
The book includes usability and architectural tips to help you build maintainable and usable PySide6 applications from the start. Finally, once your application is ready to be released, discover how to package it up into professional-quality installers, ready to ship.
The book includes:
679 pages PDF of hands-on PySide6 exercises
280 code examples to experiment with
Compatible with Python 3.6
Code free to reuse in your own projects
Basic PySide6 Features
Qt Designer
Theming
Model View Architecture
Further PySide6 Features
Custom Widgets
Concurrent Execution
Plotting
Example applications
Appendix A: Installing PySide6
Appendix B: Translating C Examples to Python
Appendix C: PyQt6 and PySide6 — What’s the difference?
Appendix D: What next?