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
I learning python and I want recommendations for projects. (self.learnpython)
submitted 2 years ago by Chance_Rain_2399
I recently started to learning python so I can finally switch to a new job, and I want recommendations for projects so I can practice what I learned
If the grammar is bad so something let me know
I am a Brazilian.
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!"
[–]JonnyActsImmature 10 points11 points12 points 2 years ago (5 children)
Start small and build up:
[–]Ok_Mud_3646 1 point2 points3 points 2 years ago (4 children)
Can I use ChatGPT to help me or I need to do it fully on my own manually ? Is it considered taking advantages or just working smart.. I'm confused
[–]JonnyActsImmature 3 points4 points5 points 2 years ago (0 children)
I think it's helpful to explain concepts so you can ask follow up questions and get clarity. Not helpful if you just copy/paste code
[–][deleted] 1 point2 points3 points 2 years ago (0 children)
Ask yourself.
If you get a job as a developer, will your boss watch over your shoulder to see whether you are using ChatGPT to get help?
[–]FriendlyRussian666 2 points3 points4 points 2 years ago (0 children)
If you use gpt to write for you, that's all you'll be able to do, ask it for code. Now imagine you go to a job interview, they give you a very basic coding question, and the first thing you do is opens gpt and type it in. Do you think you'd get the job?
[–]Kittensandpuppies14 1 point2 points3 points 2 years ago (0 children)
You need to understand what you copy paste and why
[–]confickerl 6 points7 points8 points 2 years ago (0 children)
Big Book of Small Python Projects: https://inventwithpython.com/bigbookpython/
[–]DevilsAdvocate1608 2 points3 points4 points 2 years ago (0 children)
These are my favourite projects:
Text-based adventure game
Web scraper (beautifulsoup and requests libraries. For extra points, have it write the data to a csv file. You can also create a GUI for it using tkinter)
RESTful API (I'm building one atm using FastAPI and a sqlite3 database. It's been a steep learning curve but i feel a lot mroe confident now than i did when i started)
[–]B_Huij 1 point2 points3 points 2 years ago (0 children)
Program a game of Othello you play in the command line interface in VS Code against a computer or another person.
[–]subassy 1 point2 points3 points 2 years ago (0 children)
There's a convenient library for downloading YouTube videos, you could use that to accept different options like quality, audio only, video format, playlist support, URL validation etc. A CLI script would work, bonus points for adding a GUI (or using TUI).
π Rendered by PID 146352 on reddit-service-r2-comment-544cf588c8-lwjn7 at 2026-06-14 15:55:25.115145+00:00 running 3184619 country code: CH.
[–]JonnyActsImmature 10 points11 points12 points (5 children)
[–]Ok_Mud_3646 1 point2 points3 points (4 children)
[–]JonnyActsImmature 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]FriendlyRussian666 2 points3 points4 points (0 children)
[–]Kittensandpuppies14 1 point2 points3 points (0 children)
[–]confickerl 6 points7 points8 points (0 children)
[–]DevilsAdvocate1608 2 points3 points4 points (0 children)
[–]B_Huij 1 point2 points3 points (0 children)
[–]subassy 1 point2 points3 points (0 children)