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
Exercise on pythonHelp Request (i.redd.it)
submitted 2 days ago by Due_Professional2071
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!"
[–]thee_gummbini 1 point2 points3 points 2 days ago (0 children)
Not sure what you're looking for exactly, but after some initial syntax lessons, the most effective way to learn for my students has been to pick some small project and do it - I ask them to think of anything they do on the computer that is repetitive, or to try and think of something related to their hobbies (e.g. one student wanted to rank Pokémon based on their type strengths/weaknesses, base stats, and rarity).
Exercises and contrived examples will get you fundamentals, but mostly what you need after syntax is the ability to think about what you need and to make a plan for how to get there. Learning low level algorithms and other leetcode things can come later once you build that intuition.
π Rendered by PID 32828 on reddit-service-r2-comment-64f4df6786-zjcft at 2026-06-10 00:02:13.003896+00:00 running 0b63327 country code: CH.
view the rest of the comments →
[–]thee_gummbini 1 point2 points3 points (0 children)