Build a GUI Calculator With PyQt and Python (Overview)
Even though web and mobile applications appear to have taken over the software development market, there’s still demand for traditional graphical user interface (GUI) desktop applications. If you’re interested in building these kinds of applications in Python, then you’ll find a wide variety of libraries to choose from. They include Tkinter, wxPython, PyQt, PySide, and a few others.
In this video course, you’ll learn the basics of building GUI desktop applications with Python and PyQt.
In this video course, you’ll learn how to:
- Create graphical user interfaces with Python and PyQt
- Connect the user’s events on the app’s GUI with the app’s logic
- Organize a PyQt app using a proper project layout
- Create a fully functional GUI application with PyQt
00:00 Build a GUI Calculator with PyQt and Python Even though web and mobile applications appear to have taken over the software development market, there’s still demand for traditional graphical user interface desktop applications.
00:14
If you are interested in building these kinds of applications in Python, then you’ll find a wide variety of libraries to choose from, including tkinter
, wxPython
, PyQt
, PySide
, and others.
00:27 In this course, you’ll learn the basics of building GUI desktop applications with Python and PyQt. You’ll learn how to: create graphical interfaces with Python and PyQt, connect the user’s events on the app’s GUI with the app’s logic, organize a PyQt app using a proper project layout, and create a fully functional GUI application with PyQt.
00:51 In this course, you’ll create a calculator app. This project will help you grasp the fundamentals and get you up and running with this GUI library.
01:01 So now you know what’s going to be covered. Let’s get started.
Become a Member to join the conversation.