GUI Programming With PyQt (Learning Path) – Real Python (original) (raw)
Learning Path ⋅ Skills: Graphical User Interfaces (GUIs), Databases
With this learning path, you’ll develop your Python GUI programming skills so that you can add interactive graphical user interfaces to your own programs with PyQt.
PyQt is a Python binding for Qt, which is a set of C++ libraries and development tools that include platform-independent abstractions for GUIs, as well as networking, threads, regular expressions, SQL databases, SVG, OpenGL, XML, and many other powerful features.
GUI Programming With PyQt
Learning Path ⋅ 8 Resources
Course
Build a GUI Calculator With PyQt and Python
Learn how to create graphical user interface (GUI) applications with Python and PyQt. Once you've covered the basics, you'll build a fully functional desktop calculator that can respond to user events with concrete actions.
Course
Creating PyQt Layouts for GUI Applications
Learn how to use PyQt layouts to arrange and manage the graphical components on your GUI applications. With the help of PyQt's layout managers, you'll be able to create polished and professional GUIs with minimal effort.