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: You Can Do Really Cool Things With Functions In Python

💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide. Here are a few not-so-common things you can do with functions in Python, including closures and partial function application. Functions are incredibly powerful and you can use them to write code that's really clean and often a lot shorter than when relying on classes and object-oriented programming. The code I worked on in this video is available here: https://github.com/ArjanCodes/2022-functions. 🎓 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:32 Explaining the code example 3:56 About the Strategy pattern 4:29 Replacing the class structure by functions 9:24 Passing extra parameters using closures 13:37 Using partial functions #arjancodes #softwaredesign #python


Tracks in this Playlist