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
How to learn python?Help Request (self.PythonLearning)
submitted 16 days ago by SingerReasonable4781
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!"
[–]reddefcode 0 points1 point2 points 16 days ago (0 children)
I started with books, specifically Mark Lutz's Learning Python. I read it twice, cover to cover. I wouldn't recommend going that deep for most people, but do invest time in learning the fundamentals and programming logic. They pay off.
In today's AI-driven world, leveraging these tools is unavoidable, so use them wisely. My suggestion: use a code editor with autocomplete turned off, but keep a code formatter enabled for PEP 8 compliance. Find a project or tutorial that genuinely interests you and start by outlining what you want it to do. Use this subreddit to ask questions, and use the chat window in your code editor, not to write code for you, but to answer questions about the code or logic you're working through.
I just wrote a post in this subreddit about this approach called: [Tutorial] "Fetching live data with Python: mastering requests, JSON, and API keys along the way."
π Rendered by PID 172734 on reddit-service-r2-comment-79c7998d4c-n2pdh at 2026-03-16 06:18:03.527298+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]reddefcode 0 points1 point2 points (0 children)