DEV Community

Cover image for What are the best PyQt5 tutorials?
threadspeed
threadspeed

Posted on

1

What are the best PyQt5 tutorials?

PyQt is a Python module for building GUI apps. It is a huge module that has a lot of features.

You can start with basic tutorials like:

Most of them only cover the basics, like setting up a window, adding buttons and basic widgets to the window.

If you are looking for a book, I recommend this book.

PyQt is a wrapper for the Qt library, which is huge. Nearly everything available in the Qt library is available in PyQt.

Besides GUI programming there are many other things Qt you can do, like interacting with databases

What is the best PyQt tutorial?

Overall, any tutorial will get you started. You can build any desktop software you want using only Python and PyQt.

pyqt

Most tutorials only have articles or are quite brief, they don't cover a lot of examples nor videos.

The best one in my opinion is this course. It comes with ebook, hundreds of examples and video materials.

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay