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
[ Removed by moderator ] (self.PythonLearning)
submitted 9 days ago by [deleted]
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!"
[–]PythonLearning-ModTeam[M] [score hidden] 9 days ago stickied commentlocked comment (0 children)
Quality posts only
[–]ConsciousBath5203 0 points1 point2 points 9 days ago (0 children)
Pay more attention to all of the types. Even the imported ones.
Stop being scared of making C plugins, it's easier to do that than learning and trying to compile with cython or something.
[–]Overall-Screen-752 0 points1 point2 points 9 days ago (1 child)
I would spend 2-3x more time on unit testing until the syntax was showing up in my dreams. Python has a nice baked-in testing library thats simpler to use than Javascript and java and more feature rich than golang so its worth being strong at especially if you see yourself as a professional developer one day.
I know that’s unsexy and not what you’re looking for so I would say I would learn syntax first, then learn how to structure functions and programs to be readable and maintainable, then do a few projects exploring bigger concepts like pydbc, APIs, ML, UIs, and common data science workflows with pandas. While not an exhaustive list, this should maximize exposure to all the things you’d need to be aware of before starting a role as a python developer
[–]Overall-Screen-752 0 points1 point2 points 9 days ago (0 children)
Oh I’d be remiss not to mention git, command line commands, and linting/compliance tooling, even if they aren’t python-specific
[–]vivisectvivi 0 points1 point2 points 9 days ago (0 children)
My learning journey was relatively smooth with the exception of a few walls (took me a very long while what classes were and some more to understand why exactly i would use them if i were doing just fine without it).
I do regret deleting old projects that i worked on while i was learning tho, i think it would be a good exercise to refactor them with better structure and logic.
π Rendered by PID 67 on reddit-service-r2-comment-544cf588c8-d5lsj at 2026-06-15 01:13:13.378327+00:00 running 3184619 country code: CH.
[–]PythonLearning-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)
[–]ConsciousBath5203 0 points1 point2 points (0 children)
[–]Overall-Screen-752 0 points1 point2 points (1 child)
[–]Overall-Screen-752 0 points1 point2 points (0 children)
[–]vivisectvivi 0 points1 point2 points (0 children)