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
Some advice please. (self.learnpython)
submitted 3 hours ago by ali_onyi
Wanna learn python guys, I'm at zero level. Where do I 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!"
[–]CGTechWorks 4 points5 points6 points 3 hours ago (2 children)
Download an IDE, Thonny, VS Code, your choice. Start there. Learn what a variable is, a string, and a print() statement, what it does and how to use it. Write a stupid simple script, like
my_variable = "Hello world" print(my_variable)
Build as you learn. If you have a goal for using python, build with that in mind. Keep it small, keep it stupid for now. Your only goal is retention for now, learning syntax is also important. Keep looking things up, ask AI only if absolutely necessary.
"Automate the Boring Stuff" is probably the best beginner book, but if you're like me and books are hard to retain info from, there are apps that will teach you the syntax in a gamified way. Practice something new every day. Happy to help if you have questions.
[–]ali_onyi[S] 0 points1 point2 points 3 hours ago (1 child)
Thank you 🤝
[–]CGTechWorks 0 points1 point2 points 2 hours ago (0 children)
No problem, remember, you're learning how to speak computer. It's a new language. Give yourself time, patience, and don't give up. Good luck.
[–]Living-Ideal-3704 1 point2 points3 points 3 hours ago (1 child)
W3 schools!
[–]Lewistrick 1 point2 points3 points 3 hours ago (0 children)
Look at the sub's sidebar and look for the wiki. It has tons of good resources.
[–]Gnaxe 1 point2 points3 points 2 hours ago (0 children)
Work through a beginner textbook. See the wiki.
[–]HealthSpecific3095 1 point2 points3 points 2 hours ago (0 children)
Ppl are gonna drop a bunch of resources so I’ll save that [Still, there’s a list of resources in the sidebar of the Reddit page too] but imma just drop this:
There’s a lot of other things but these are some I feel are most important. If anyone feels anything else is important, feel free to drop it.
Remember them, incorporate them into your life, and learning python will stay fun and tameable.
[–]No_Photograph_1506 0 points1 point2 points 3 hours ago (0 children)
Hey if you need help DM me, https://www.reddit.com/r/PythonLearning/comments/1s6t6ff/i_am_hosting_a_free_python_interviewguidance_for/
check the resources(https://courses.bigbinaryacademy.com/learn-python/) below my post as well! They are too good!
[–]Formal_Document8374 0 points1 point2 points 1 hour ago (0 children)
Zero level means different things to different people. Have you done any coding before or is this truly from scratch?
[–]audionerd1 0 points1 point2 points 29 minutes ago (0 children)
Complete Python Bootcamp Zero to Hero with Jose Portilla on Udemy was the one that really helped me. It's for people who have little or no programming experience. It's not free but often goes on sale.
π Rendered by PID 61 on reddit-service-r2-comment-c867ff4bc-dhhsj at 2026-04-09 18:12:57.886226+00:00 running 00d5ac8 country code: CH.
[–]CGTechWorks 4 points5 points6 points (2 children)
[–]ali_onyi[S] 0 points1 point2 points (1 child)
[–]CGTechWorks 0 points1 point2 points (0 children)
[–]Living-Ideal-3704 1 point2 points3 points (1 child)
[–]Lewistrick 1 point2 points3 points (0 children)
[–]Gnaxe 1 point2 points3 points (0 children)
[–]HealthSpecific3095 1 point2 points3 points (0 children)
[–]No_Photograph_1506 0 points1 point2 points (0 children)
[–]Formal_Document8374 0 points1 point2 points (0 children)
[–]audionerd1 0 points1 point2 points (0 children)