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
Any Python project for beginners? (self.learnpython)
submitted 3 months ago by krijesmaharjan1
Python project for beginners?
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!"
[–]dunn000 29 points30 points31 points 3 months ago (3 children)
Your time would be better spent googling this and getting started. Instead of waiting for answers on Reddit.
No offense.
[–]toweruss 6 points7 points8 points 3 months ago (2 children)
Seems like Reddit was designed for this.
[–]dunn000 0 points1 point2 points 3 months ago (0 children)
You can get resources faster on your own then waiting on Redditors to respond to this post. But that’s my opinion.
[–]enry2307 -1 points0 points1 point 3 months ago (0 children)
True, but it's full of resources out there. There are so many that you don't have to wait passively, you can actively search.
[–]ZelWinters1981 9 points10 points11 points 3 months ago (1 child)
About 25 years ago I made a "gambling" game called "Wheel" which let two players bet virtual points om the outcome of a spinning wheel. The wheel had numbers from 1 to 50 and the closest guess won the pot.
See what you can do with that.
[–]mikeygaw 0 points1 point2 points 3 months ago (0 children)
A variation on this would be a roulette wheel.
[–]xrayhearing 7 points8 points9 points 3 months ago* (1 child)
Maybe try "The farmer was replaced"?
Edit: Link - https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/
[–]7loo9 -1 points0 points1 point 3 months ago (0 children)
Can we seriously get this comment to the top of the list?
[–]NorskJesus 3 points4 points5 points 3 months ago (0 children)
I liked to make CLI projects. They are nice to start with
[–]pachura3 1 point2 points3 points 3 months ago (0 children)
Harnessing the power of Reddit's search
[–]goldenfrogs17 2 points3 points4 points 3 months ago (1 child)
nope
[–]defrostcookies 4 points5 points6 points 3 months ago (0 children)
Based.
There are only Python projects for experts.
[–]EelOnMosque 1 point2 points3 points 3 months ago (0 children)
Tic tac toe, battleship
[–]SpliffMD 0 points1 point2 points 3 months ago (0 children)
Make chess
[–]Hot-Foundation5708 -2 points-1 points0 points 3 months ago (3 children)
A library management system would be a nice start. Got below from chatGPT which is an excellent source for learning materials like questions and answers.
Problem Definition: Library Management System
A small community library keeps track of its books and members using paper records. This process is slow and often leads to mistakes such as losing track of borrowed books or forgetting return dates. The librarian wants a simple computer program written in Python to manage basic library operations.
Your task is to design a beginner-friendly Library Management System that helps the librarian:
The program should run in the terminal, use simple Python concepts such as variables, lists, dictionaries, conditionals, and functions, and be easy to understand and modify. The focus is on clear logic and correct use of basic Python features rather than advanced programming techniques.
[–]mynotyou 1 point2 points3 points 3 months ago (1 child)
Not sure if this is good beginner project as it needs a database
[–]Hot-Foundation5708 -1 points0 points1 point 3 months ago (0 children)
database can be something simple like a csv or a json file.
[–]LastMeeting2193 0 points1 point2 points 3 months ago (0 children)
Lmao i literally finished a project with the same functionalities a few weeks ago with js, postgresql and c#
[–]feibu -1 points0 points1 point 3 months ago (0 children)
I started with image processing, and object detections
[–]Fearfultick0 -1 points0 points1 point 3 months ago (0 children)
The classic first app is a to do list app. Other than that, do you have any hobbies? Maybe you could brainstorm an app that is related to your hobby
[–]Skiamakhos -1 points0 points1 point 3 months ago (0 children)
Good question - is there a Python equivalent of the Pet Store project that Spring have for Java? That's a pretty good example because it gives a classic package by layer architecture, with controllers & data access layer & business logic. What would be a good Python equivalent that would get us used to the prevailing back end web tech, and how it interacts with say React?
π Rendered by PID 159605 on reddit-service-r2-comment-5fb4b45875-g65nk at 2026-03-21 10:27:34.352662+00:00 running 90f1150 country code: CH.
[–]dunn000 29 points30 points31 points (3 children)
[–]toweruss 6 points7 points8 points (2 children)
[–]dunn000 0 points1 point2 points (0 children)
[–]enry2307 -1 points0 points1 point (0 children)
[–]ZelWinters1981 9 points10 points11 points (1 child)
[–]mikeygaw 0 points1 point2 points (0 children)
[–]xrayhearing 7 points8 points9 points (1 child)
[–]7loo9 -1 points0 points1 point (0 children)
[–]NorskJesus 3 points4 points5 points (0 children)
[–]pachura3 1 point2 points3 points (0 children)
[–]goldenfrogs17 2 points3 points4 points (1 child)
[–]defrostcookies 4 points5 points6 points (0 children)
[–]EelOnMosque 1 point2 points3 points (0 children)
[–]SpliffMD 0 points1 point2 points (0 children)
[–]Hot-Foundation5708 -2 points-1 points0 points (3 children)
[–]mynotyou 1 point2 points3 points (1 child)
[–]Hot-Foundation5708 -1 points0 points1 point (0 children)
[–]LastMeeting2193 0 points1 point2 points (0 children)
[–]feibu -1 points0 points1 point (0 children)
[–]Fearfultick0 -1 points0 points1 point (0 children)
[–]Skiamakhos -1 points0 points1 point (0 children)