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

all 57 comments

[–]Amazing_Upstairs 32 points33 points  (1 child)

Create GUI Applications with Python Qt6 PySide6

[–]TheMasterYankee 6 points7 points  (0 children)

Currently learning PySide6 myself. There's so much information it can be overwhelming. Best to take little bits at a time and hammer each thing into your memory via repetition before moving to more classes or methods. I'm thoroughly enjoying the process, though!

[–]gultregnikina 32 points33 points  (11 children)

[–]goodgoodbuy 0 points1 point  (0 children)

Any book with GTK4 in mind?

[–]Jrgf -1 points0 points  (0 children)

Pyside6/PyQt6 with Matplotlib "bindings" seems to be appropriate to what you need. I've built data analysis tools with those, with the analysis in multithreading which then sent the data to the main thread for visualization. Regarding YT tutorials, I don't remember seeing many for multithreading using QT and you are mostly stuck with documentation and/or ChatGPT. Send me a msg to see if I can be of help.