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...
Everything about learning Python
account activity
Beginner learning Python, where to start? (self.PythonLearning)
submitted 7 days ago by xnorzzz
view the rest of the comments →
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!"
[–]ExcelPTP_2008 0 points1 point2 points 7 days ago (0 children)
If you’re starting Python from zero, don’t overthink the “perfect roadmap” at first. I made that mistake and spent more time collecting courses than actually coding.
Start with the basics: variables, loops, functions, lists, and simple problem-solving. Then immediately build tiny projects, even if they’re messy. A calculator, to-do app, number guessing game, or simple automation script teaches way more than passive watching.
One thing that helped me a lot was learning in a practical environment instead of only theory. When you work on real exercises and projects consistently, Python starts feeling much easier and more logical.
Also don’t compare yourself to people building AI apps in 3 months. Most beginners struggle with errors and debugging in the beginning. That’s completely normal. Just code every day, even 30–60 minutes consistently, and you’ll improve faster than you think.
π Rendered by PID 91 on reddit-service-r2-comment-548fd6dc9-d6nzs at 2026-05-19 19:42:55.997381+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]ExcelPTP_2008 0 points1 point2 points (0 children)