awesome-python
awesome-python copied to clipboard
Added sourcemaking to design patterns section
What is this Python project?
It's a pretty useful resource that shows different design pattern implementations in different programming languages, including python.
What's the difference between this Python project and similar ones?
The examples and practical use scenarios are easy and quick to understand, especially for beginners.
--
Anyone who agrees with this pull request could submit an Approve review to it.
I've read the book too but all the examples are written in C and I don't think it has anything to do with "awesome-python". A very good alternative that I often read before while designing new software, is this: Design Pattern in Python
This is more for the website not the book. They have the code examples in multiple languages, including python but I like the website you shared too, it's more python specific.