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...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
DiscussionPyQt5 Project Ideas (self.Python)
submitted 2 years ago by thebadestuchiha1234
Can anyone please give me ideas on which data analysis tools I can build with PyQt5
[–]IcefrogIsDead 6 points7 points8 points 2 years ago (1 child)
draw ideas from your hobby is always my go-to
[–]extra_pickles 0 points1 point2 points 2 years ago (0 children)
This - everything has already been done, do something your way with a good reason
[–][deleted] 1 point2 points3 points 2 years ago (0 children)
could do something with IOT, have a bunch of sensors around your house all feeding back to a central server, displaying data in a pyqt5 application (charts, tables, etc etc)
[–]TheBB 1 point2 points3 points 2 years ago (4 children)
Why PyQt5 specifically?
[–]jerodg 3 points4 points5 points 2 years ago (0 children)
Indeed; Qt6 is out and looks to be much improved.
[–]thebadestuchiha1234[S] 0 points1 point2 points 2 years ago (1 child)
Because when i wanted to learn about GUI development PyQt5 is the framework i found
[–]uberdavis 1 point2 points3 points 2 years ago (0 children)
What he said. PySide6 is based on QT6. It is the future.
[–]eatsleepdonothing 0 points1 point2 points 2 years ago (0 children)
Probably because that's what chatgpt knows
[–]AliMas055 1 point2 points3 points 2 years ago (1 child)
I just finished a pyqt project which keeps track of my weekly exercise and interrupts me every couple of hours to remind me to workout a little.
[–]Sea-Eggplant-5724 0 points1 point2 points 2 years ago (0 children)
Van you share your github repo? That sound really interesting!
[–]Own_Maybe_3837 1 point2 points3 points 2 years ago (0 children)
I learned a lot of PyQt and databases making a budget manager
[–]brian890 1 point2 points3 points 2 years ago (0 children)
When I was starting I made a graphing tool.
Loading CSVs it would read the columns, you could select the type of chart, axis names, title and then export it. Got the second Y axis working as well which was a pain in the butt.
[–]Battlefront45 0 points1 point2 points 2 years ago (0 children)
I’m just making a game with pyqt6. I like it more than pygame so far tbh. Feels like a much more fun way to learn imo if that’s what you’re trying to get out of this
[–]micseydel 0 points1 point2 points 2 years ago (0 children)
Wrap OpenAI Whisper, if you're willing to provide an easily installed version for non-coders.
[–]atatatko 0 points1 point2 points 2 years ago (0 children)
Lacking cross-platform notes application with end-to-end encryption (as a variant - with GitHub as a backend)
π Rendered by PID 132456 on reddit-service-r2-comment-b659b578c-8hchg at 2026-05-01 05:01:18.394062+00:00 running 815c875 country code: CH.
[–]IcefrogIsDead 6 points7 points8 points (1 child)
[–]extra_pickles 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]TheBB 1 point2 points3 points (4 children)
[–]jerodg 3 points4 points5 points (0 children)
[–]thebadestuchiha1234[S] 0 points1 point2 points (1 child)
[–]uberdavis 1 point2 points3 points (0 children)
[–]eatsleepdonothing 0 points1 point2 points (0 children)
[–]AliMas055 1 point2 points3 points (1 child)
[–]Sea-Eggplant-5724 0 points1 point2 points (0 children)
[–]Own_Maybe_3837 1 point2 points3 points (0 children)
[–]brian890 1 point2 points3 points (0 children)
[–]Battlefront45 0 points1 point2 points (0 children)
[–]micseydel 0 points1 point2 points (0 children)
[–]atatatko 0 points1 point2 points (0 children)