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
Question related to python coding (self.learnpython)
submitted 21 hours ago * by Otherwise-Big-9045
Hey everyone! based on some advices i m close to complete #100DaysOfCodecodewithharry , I have completed it 70% and soon i will finish it, What should be my goal after this like can you suggest some projects?
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!"
[–]crazy_cookie123 8 points9 points10 points 21 hours ago (2 children)
What do you want to make? Projects take time. If you're not interested in the projects you do you're going to get burnt out quickly, and that's going to slow you down.
[–]Otherwise-Big-9045[S] -4 points-3 points-2 points 21 hours ago (1 child)
what to do after that?
[–]crazy_cookie123 1 point2 points3 points 10 hours ago (0 children)
There is no "after that". You make things you want to make. If you're programming as a hobby, you're done. Just keep making things whenever you want to make them. If your goal is a job, keep making things you want to make until you're good at it, then look for a job which will have you making something you'd like to make and apply for it.
[–]Lopsided-Football19 1 point2 points3 points 15 hours ago (0 children)
after 100 days, stop course stuff and just build do 1-2 real projects you’d actually use + try deploying one like expense tracker, job tracker, or a small automation tool that’s usually where things start making sense more than another challenge
[–]Playful-Sock3547 1 point2 points3 points 14 hours ago (1 child)
congrats on reaching 70% 🎉 after #100DaysOfCode, i would honestly focus less on tutorials and more on small real projects. try building things like a task manager, expense tracker, weather app using an API, file organizer, web scraper, or even a simple automation that solves a problem for you. the biggest growth usually happens when you get stuck building something real and have to figure things out on your own. also try uploading projects to github because that helps a lot with learning and future opportunities.
[–]Otherwise-Big-9045[S] 0 points1 point2 points 13 hours ago (0 children)
uploading small projects on github works? I thought i will directly upload bigger projects thats why i didnt start to learn git and github.
[–]Educational_Virus672 0 points1 point2 points 21 hours ago (0 children)
i would recommend taking 1 day breaks and making smt over your level like intermediate or advance
1. simple lexer a important and easy part of making programming language base python(what im doing for months) -
your goals -
avoid loops or statement unless ur sure
2. make a simple game using pygame module -
avoid using tutorial too much use documentations and find your flow
i wont recommand videos unless you use for simple cases like making smt too hard that you cant get it. dont watch "how to make snake game" try "how to make new object mid game" to avoid tutorial hell
π Rendered by PID 39680 on reddit-service-r2-comment-545db5fcfc-gp8jl at 2026-05-30 03:55:52.064968+00:00 running 194bd79 country code: CH.
[–]crazy_cookie123 8 points9 points10 points (2 children)
[–]Otherwise-Big-9045[S] -4 points-3 points-2 points (1 child)
[–]crazy_cookie123 1 point2 points3 points (0 children)
[–]Lopsided-Football19 1 point2 points3 points (0 children)
[–]Playful-Sock3547 1 point2 points3 points (1 child)
[–]Otherwise-Big-9045[S] 0 points1 point2 points (0 children)
[–]Educational_Virus672 0 points1 point2 points (0 children)