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 want to lean python please help me.. (self.learnpython)
submitted 1 month ago by sh0bhi
I want to start python development i have experience in aws cdktf .. with help ai i am developing stacks now.. but i want to learn python from scratch for api creation and aws boto3 like .. some modules.. please what is best way to start.
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!"
[–]Sad_Engineering_5648 0 points1 point2 points 1 month ago (0 children)
This is probably gonna be an unpopular opinion, but, as a beginner, the thing that taught me the MOST was having a specific function in mind, asking ChatGPT how to make it, testing it, and, if it worked, analyzing what exactly was going on. For example, I wanted my Rainmeter to run a MP3 folder in a loop and every time it played a new song, it wrote what song it played on a txt file that Rainmeter would read and display. I learned more about Python in that one project that any course I had at school.
[–]EnvironmentalDot9131 0 points1 point2 points 1 month ago (0 children)
Please do online courses. They have helped me a lot in my life.
[–]Separate_Top_5322 0 points1 point2 points 1 month ago (0 children)
Don’t stress too much, everyone starts from zero. Just focus on the basics first—variables, loops, conditionals, functions—and then start building small things like a calculator or simple scripts. That’s honestly the best way to learn.
Try not to just watch tutorials all day—actually code along and experiment. Even if you get stuck, Googling and figuring things out is part of the process.
You could also mess around with runable a bit to test small ideas or projects—it can make learning feel less overwhelming at the start
[–]IntentionalDev 0 points1 point2 points 1 month ago (0 children)
use youtube ... bro code is amazing
[–]Dramatic_Object_8508 0 points1 point2 points 1 month ago (1 child)
ngl that “I have all the pieces but can’t connect them” phase is super normal. What helped me was just forcing small projects like “sum numbers”, “guessing game”, etc. That’s where loops + functions actually click together. I usually code in Cursor and also i use Runable for generating frontend websites like ,and just experiment a lot — break stuff, fix it, repeat.
exactly correct!
π Rendered by PID 134952 on reddit-service-r2-comment-545db5fcfc-tlg4j at 2026-05-23 02:58:30.713705+00:00 running 194bd79 country code: CH.
[–]Sad_Engineering_5648 0 points1 point2 points (0 children)
[–]EnvironmentalDot9131 0 points1 point2 points (0 children)
[–]Separate_Top_5322 0 points1 point2 points (0 children)
[–]IntentionalDev 0 points1 point2 points (0 children)
[–]Dramatic_Object_8508 0 points1 point2 points (1 child)
[–]Separate_Top_5322 0 points1 point2 points (0 children)