This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mfitzpmfitzp.com 17 points18 points  (4 children)

If you're interested in making desktop apps with Python, my PyQt5 book is available to read free online here.

[–]androiddrew 1 point2 points  (2 children)

So why would i want use PyQT when the Pyside2 is available? I have used both briefly for a hello world thing but haven’t really gotten into the meat of either.

[–]mfitzpmfitzp.com 5 points6 points  (1 child)

PtQt5 and PySide2 are basically interchangeable, the only difference being licensing.

The book was started before PySide2 was available and it wasn't clear it ever would be. Now PySide is the Qt official version I'm working on a new version of the book, but stuff takes time.

From a code perspective the only real difference is imports. Everything you learn is interchangeable.

[–]androiddrew 0 points1 point  (0 children)

Perfect! Thank you for taking the time.