Design patterns in python
Do you think out of the many patterns some are unnecessary in a dynamic language like Python (e.g. because they are substituted by a dynamic feature)?
Read more: Are there any design patterns that are unnecessary in dynamic languages like Python? - Programmers
Although it usually requires some adaptation, Python makes implementing most of the GoF design patterns trivial.
Read more: The GITS Blog » Six GoF design patterns, Python style