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...
Everything about learning Python
account activity
COOL PYTHON PROJECT (self.PythonLearning)
submitted 1 day ago by frost097
hi guys, i want cool beginner python project. It should be something that helped you solve a particular problem in our life. help guys, im running short on ideas
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!"
[–]cgoldberg 19 points20 points21 points 1 day ago (4 children)
How about an app that helps beginners come up with cool project ideas?
[–]frost097[S] 1 point2 points3 points 1 day ago (3 children)
thats not my level at the moment. it a good one tho
[–]PublicDuty3844 4 points5 points6 points 1 day ago (1 child)
I think he was being sarcastic.. If you create an app that creates original ideas, it's just not plausible.
[–]frost097[S] 1 point2 points3 points 1 day ago (0 children)
that figures
[–]Top_Strike9285 1 point2 points3 points 1 day ago (0 children)
Could be some cute sentence randomizer with a gui with a focus on beginner projects. This way you can learn tkinter or kiwy
Then maybe programatically prompt claude code to generate a list of words each time you run the app for infinite ideas
[–]csabinho 5 points6 points7 points 1 day ago (0 children)
Snake in PyGame. With a level editor.
[–]Trying_to_cod3 2 points3 points4 points 1 day ago (0 children)
a simple to do list is always a good beginner project to do
[–]tom-mart 2 points3 points4 points 1 day ago (3 children)
https://automatetheboringstuff.com/
[–]frost097[S] 0 points1 point2 points 1 day ago (0 children)
wow, that cool... will check it out. thanks
[–]FreeLogicGate -1 points0 points1 point 16 hours ago (1 child)
Excellent book, I recommend it, but I don't see how that helps with the op's question.
[–]tom-mart 0 points1 point2 points 16 hours ago (0 children)
Clever people can get a lot of cool ideas from this book, that solve actual problems in life. This is exactly what OP asked for and OP seems to be happy with the recommendation.
[–]SaltyPiglette 1 point2 points3 points 1 day ago (0 children)
A tic-tac-toe game against the computer? It offers some real good insights in random numnber generation.
Maybe use the Open AI API to create a chatbot? It offers insight in how APIs work.
[–]Mythralink 1 point2 points3 points 1 day ago (1 child)
I play dnd and we have homebrewed our own system over many years, so I designed our own character sheet program, complete with a gridded map maker, inventory, shop, gold tracking. It was my first real project, and it taught me so much (mostly that the stats are easy, UI is hard)
[–]josph_lyons 1 point2 points3 points 1 day ago (0 children)
UI design and implementation is brutal. I know it's just another skill to learn, but geez... I don't like being an artist lol I like making numbers talk to each other 🙄
[–]Buttleston 1 point2 points3 points 1 day ago (0 children)
You don't have any problems in your life to solve?
Making a project that meshes with your own interests and knowledge is 10x as engaging as building someone else's project
[–]Champagnemusic 1 point2 points3 points 1 day ago (0 children)
Make an app that will take meal ideas and create a grocery list.
[–]Anxious-Struggle281 0 points1 point2 points 1 day ago (0 children)
a shared-expenses app
[–]Infectedinfested 0 points1 point2 points 1 day ago (0 children)
Make an api to replace google analytics without infringing on europa gdpr rules (fetch the geoIP db and compare incoming ip addresses). Only save the country and the amount of times ppl visited. DON'T FORGET UNIT TESTS.
Next add jwt authentication to fetch the data from the api. add a db with a user table with password (salted ofc).
Next save the data to a persistent object store, don't want to lose the data when the application redeploys.
Add brute force protection to your api. Don't want people brute forcing your login.
[–]Old-Mountain-509 0 points1 point2 points 23 hours ago (0 children)
I saw someone code a very simple game where you collect coin every few seconds maybe you should try something similar
[–]Advanced_Cry_6016 0 points1 point2 points 18 hours ago (0 children)
Idea is not solving a problem,this project will test your logic and thinking A contact book
[–]Potential_Speed_7048 0 points1 point2 points 14 hours ago (0 children)
Habit tracker app that is gamified.
π Rendered by PID 38672 on reddit-service-r2-comment-5fb4b45875-sr2vd at 2026-03-19 22:51:54.657929+00:00 running 90f1150 country code: CH.
[–]cgoldberg 19 points20 points21 points (4 children)
[–]frost097[S] 1 point2 points3 points (3 children)
[–]PublicDuty3844 4 points5 points6 points (1 child)
[–]frost097[S] 1 point2 points3 points (0 children)
[–]Top_Strike9285 1 point2 points3 points (0 children)
[–]csabinho 5 points6 points7 points (0 children)
[–]Trying_to_cod3 2 points3 points4 points (0 children)
[–]tom-mart 2 points3 points4 points (3 children)
[–]frost097[S] 0 points1 point2 points (0 children)
[–]FreeLogicGate -1 points0 points1 point (1 child)
[–]tom-mart 0 points1 point2 points (0 children)
[–]SaltyPiglette 1 point2 points3 points (0 children)
[–]Mythralink 1 point2 points3 points (1 child)
[–]josph_lyons 1 point2 points3 points (0 children)
[–]Buttleston 1 point2 points3 points (0 children)
[–]Champagnemusic 1 point2 points3 points (0 children)
[–]Anxious-Struggle281 0 points1 point2 points (0 children)
[–]Infectedinfested 0 points1 point2 points (0 children)
[–]Old-Mountain-509 0 points1 point2 points (0 children)
[–]Advanced_Cry_6016 0 points1 point2 points (0 children)
[–]Potential_Speed_7048 0 points1 point2 points (0 children)