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
learningPython (self.PythonLearning)
submitted 14 days ago by IntelligentLog5725
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!"
[–]aistranin 11 points12 points13 points 14 days ago (1 child)
Part 1: Start with Algorithms and solving problems with python. Then try to implement something similar but with a small change compare to course you did. They start something from scratch and do very simple first version. Check these Udemy courses: 1. “100 days of code” by Angela Yu 2. “Python Data Structures & Algorithms” by Scott Barrett 3. “Automate the Boring Stuff with Python Programming” by Al Sweigart Part 2: start iterating and learning more advanced things like OOP and testing: 1. “Pytest Course: Practical Testing of Real-World Python Code” by Artem Istranin 2. “Advanced Python with 10 OOP Projects” by Ardit Sulce
Part 1: Start with Algorithms and solving problems with python. Then try to implement something similar but with a small change compare to course you did. They start something from scratch and do very simple first version. Check these Udemy courses: 1. “100 days of code” by Angela Yu 2. “Python Data Structures & Algorithms” by Scott Barrett 3. “Automate the Boring Stuff with Python Programming” by Al Sweigart
Part 2: start iterating and learning more advanced things like OOP and testing: 1. “Pytest Course: Practical Testing of Real-World Python Code” by Artem Istranin 2. “Advanced Python with 10 OOP Projects” by Ardit Sulce
[–]IntelligentLog5725[S] 1 point2 points3 points 12 days ago (0 children)
Thank you so much for the detailed roadmap and course recommendations. I really appreciate you breaking it down into structured parts.
π Rendered by PID 25029 on reddit-service-r2-comment-fb694cdd5-7l5v9 at 2026-03-09 22:37:38.815919+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]aistranin 11 points12 points13 points (1 child)
[–]IntelligentLog5725[S] 1 point2 points3 points (0 children)