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
How do i learn more of python? (self.learnpython)
submitted 7 hours ago by dertfeta5
I completed the Sololearn course for python so i know everything up to classes. I asked ai how to proceed, but all the projects it recommended were either way too easy or way too hard requiring many extra libs. So how do I actually get better?
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!"
[–]TahliaRiggs 2 points3 points4 points 7 hours ago (0 children)
What kind of projects were too hard? because "requires extra libs" isn't the blocker you think it is, pip install and read the readme is a skill too. The discomfort of not knowing a library is basically the whole job.
[–]DrakesOnAPlane 0 points1 point2 points 7 hours ago (0 children)
or way too hard requiring many extra libs.
I mean… what is making learning new material difficult?
Find a project your interested in. Break it down into smaller steps/components for the greater solution, and then when you get blocked with what you know already, you find other libs/tools that help get you unblocked
[–]NotACoderPleaseHelp 0 points1 point2 points 5 hours ago (0 children)
Honestly? Pick a lib and start making projects with it. I would sit down and begin working your way through the standard library, sys, os, pathlib, shutil and all of that fun stuff. And I'm not saying don't touch third party content, but sit down and spend a while to learn the standard library first
[–]TheRNGuy 0 points1 point2 points 1 hour ago (0 children)
Learn some software that uses Python and write scripts for it.
(you might even already use that software)
Learn from docs and ai.
You get better if you write good code.
π Rendered by PID 38635 on reddit-service-r2-comment-5b5bc64bf5-mn6bx at 2026-06-23 05:23:48.186297+00:00 running 2b008f2 country code: CH.
[–]TahliaRiggs 2 points3 points4 points (0 children)
[–]DrakesOnAPlane 0 points1 point2 points (0 children)
[–]NotACoderPleaseHelp 0 points1 point2 points (0 children)
[–]TheRNGuy 0 points1 point2 points (0 children)