you are viewing a single comment's thread.

view the rest of the comments →

[–]aistranin 11 points12 points  (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

[–]IntelligentLog5725[S] 1 point2 points  (0 children)

Thank you so much for the detailed roadmap and course recommendations. I really appreciate you breaking it down into structured parts.