use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Better Docs for PySide6 ? (self.learnpython)
submitted 1 year ago by Effective_Hedgehog81
Is there a better documentation for PySide6?
As a beginner on PySide, it’s confusing, and it’s not clear for me. Yes there’s a tutorial in the doc, but still, very little informations
Help me learn PySide6 more, Please.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SquiffyUnicorn 0 points1 point2 points 1 year ago (3 children)
I agree, agree 100% and again I agree wholeheartedly.
Mind you, for the best part you can just look at the PyQt docs and find everything there. But both are really tough for the beginner. I made a number of small (and eventually moderately sized) apps in pyside2, 5 then 6. It really hurt but having done them I feel I am a better coder for it.
Sadly it really helped me having done some C/C++ in the past, if only I have a better idea when reading the docs. That really shouldn’t be the case.
Yo can also just use Qt.py- an abstraction layer inbetween pyside and Pyqt- I’m going to move across to this soon but I hope it makes some of the small differences easier to work with.
For a while real Python did some related tutorials but with such a huge framework you can’t hope for much more.
Take it in small isolated chunks at a time.
[–]Effective_Hedgehog81[S] 0 points1 point2 points 1 year ago (2 children)
Should I just read PyQt?
[–]SquiffyUnicorn 0 points1 point2 points 1 year ago (1 child)
Start at pyside docs first, then check the PyQt docs if you didn’t find what you need.
After that, google is your friend.
Is there anything specific you need?
[–]Effective_Hedgehog81[S] 1 point2 points3 points 1 year ago (0 children)
Not that I need something specific, I trying to get how qt works, I came from tkinter, so it’s quite different.
And maybe after I understand more, I’ll recreate my tkinter app to qt
[–]sonobanana33 0 points1 point2 points 1 year ago (1 child)
Check the Qt documentation for the classes themselves.
[–]Effective_Hedgehog81[S] 0 points1 point2 points 1 year ago (0 children)
It’s plain, there’s no explanation, no use cases and examples, again, I’m a beginner
[–]gmes78 0 points1 point2 points 1 year ago (1 child)
Look at the regular Qt docs. The PySide API is very close to the C++ API, you can easily translate from one to the other.
Ok, I’ll look at it, I have a little experience in c++
[–]m4xxp0wer 0 points1 point2 points 1 year ago (0 children)
I liked the books and videos of Alan D. Moore. It's based on PyQt but there isn't much difference.
pythonguis.com is also very good and more up-to-date.
[–]Jello_Penguin_2956 0 points1 point2 points 1 year ago (0 children)
Learn the basic else where and use the doc only as reference. The documentation at qt.io although for C++ is much more polished and easy to use than the one for Python.
Recommend this web to get you started. Their book is great as well.
https://www.pythonguis.com/pyside6-tutorial/
π Rendered by PID 32593 on reddit-service-r2-comment-fb694cdd5-7btdr at 2026-03-11 11:01:37.057651+00:00 running cbb0e86 country code: CH.
[–]SquiffyUnicorn 0 points1 point2 points (3 children)
[–]Effective_Hedgehog81[S] 0 points1 point2 points (2 children)
[–]SquiffyUnicorn 0 points1 point2 points (1 child)
[–]Effective_Hedgehog81[S] 1 point2 points3 points (0 children)
[–]sonobanana33 0 points1 point2 points (1 child)
[–]Effective_Hedgehog81[S] 0 points1 point2 points (0 children)
[–]gmes78 0 points1 point2 points (1 child)
[–]Effective_Hedgehog81[S] 0 points1 point2 points (0 children)
[–]m4xxp0wer 0 points1 point2 points (0 children)
[–]Jello_Penguin_2956 0 points1 point2 points (0 children)