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: Stop Overusing Classes in Python

💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I’ll uncover common bad OOP Python practices and show you how to keep your code clean and maintainable. Learn why you should replace unnecessary classes with functions, use modules instead of classes with only static methods, and flatten deep inheritance hierarchies. 🔥 GitHub Repository: https://git.arjan.codes/2024/badoo. 🎓 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 0:11 #1 A Function Masquerading as a Class 1:53 #2 A Module Masquerading as a Class 4:37 #3 Complex Inheritance structures 7:51 #4 Not Relying on Abstractions 11:27 #5 Ignoring Encapsulation 15:34 #6 Excessive Use of Getters and Setters 17:40 #7 Heavily Relying on Mixins 22:50 Final thoughts #arjancodes #softwaredesign #python


Tracks in this Playlist