PySide6 Tutorial Now Available

Complete PySide course, updated for PySide2 & PySide6
Heads up! You've already completed this tutorial.

Hello! With the release of Qt6 versions of PyQt and PySide the course was getting a little crowded. So, today I've split the PySide tutorials into their own standalone PySide2 course and PySide6 course.

The tutorials have all been updated for PySide2 & PySide6, with some additional improvements based on the latest editions of the book.

This first update includes the following PySide6 tutorials —

Getting Started Creating Python GUIs with PySide6

Using Qt Designer with PySide6

Extended UI Features in PySide6

Multithreading PySide6 Applications with QThreadPool & QProcess

Qt Model Views in PySide6

PySide6 Plotting & Graphics with Matplotlib and PyQtGraph

Bitmap Graphics and Custom Widgets in PySide6

Packaging PySide6 Applications for Distribution

That's all for now!

You can also still access the PyQt5 tutorial and PyQt6 tutorial.

Well done, you've finished this tutorial! Mark As Complete
[[ user.completed.length ]] completed [[ user.streak+1 ]] day streak

Packaging Python Applications with PyInstaller by Martin Fitzpatrick

This step-by-step guide walks you through packaging your own Python applications from simple examples to complete installers and signed executables.

More info Get the book

Martin Fitzpatrick

PySide6 Tutorial Now Available was written by Martin Fitzpatrick.

Martin Fitzpatrick has been developing Python/Qt apps for 8 years. Building desktop applications to make data-analysis tools more user-friendly, Python was the obvious choice. Starting with Tk, later moving to wxWidgets and finally adopting PyQt. Martin founded PythonGUIs to provide easy to follow GUI programming tutorials to the Python community. He has written a number of popular Python books on the subject.