Software Design in Python

In this series, I talk about design patterns and principles and show you how you can use them to improve the quality of your code. All examples are in Python.

Curated by: ArjanCodes (99 videos)


Currently Playing: Uncle Bob’s SOLID Principles Made Easy 🍀 - In Python!

💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I discuss the SOLID design principles by Robert Martin (Uncle Bob) using practical examples in Python. Though the SOLID principles are one of several sets of software design philosophies, and arguably quite specific for Object-Oriented programming, they are the most well-known and easy to apply to your own code. You can find the code I worked on in this episode in my GitHub repository: https://github.com/arjancodes/betterpython 🎓 ArjanCodes Courses: https://www.arjancodes.com/courses. 💬 Join my Discord server: https://discord.arjan.codes. ⌨️ Keyboard I’m using: https://amzn.to/49YM97v. 🔖 Chapters: 0:00 Intro 1:08 Example explanation 1:45 Single responsibility principle 5:01 Open/closed principle 7:36 Liskov substitution principle 9:48 Interface segregation principle 12:12 Interface segregation variety using composition 15:25 Dependency inversion 17:29 Final thoughts 18:15 Gag reel #arjancodes #softwaredesign #solidprinciples


Tracks in this Playlist