python-patterns
Design Patterns
A collection of reusable design solutions in Python for efficient and flexible software development
A collection of design patterns/idioms in Python
40k stars
2k watching
7k forks
Language: Python
last commit: 3 months ago
Linked from 4 awesome lists
design-patternsidiomspython
Related projects:
Repository | Description | Stars |
---|---|---|
kamranahmedse/design-patterns-for-humans | An ultra-simplified explanation of design patterns and their application in software development | 45,430 |
abishekaditya/designpatterns | A collection of C# implementations for design patterns | 2,538 |
thma/ltupatternfactory | Maps software design patterns to Haskell type class concepts and functional programming structures | 994 |
davidgf/design-patterns-in-ruby | Explains and adapts 23 GoF design patterns to the Ruby programming language | 2,465 |
ochococo/design-patterns-in-swift | Design patterns implemented in Swift to improve software development | 15,143 |
design-patterns-in-ruby/design-patterns-in-ruby | A collection of Ruby examples demonstrating 14 design patterns and their applications in software development. | 2,562 |
anupavanm/csharp-design-patterns-for-humans | An ultra-simplified explanation of design patterns in C# with examples | 1,314 |
designpatternsphp/designpatternsphp | A collection of code examples demonstrating various software design patterns in PHP. | 21,951 |
haxpor/ios-design-patterns | An iOS project providing sample code and playground projects to explore various design patterns including MVC, MVP, MVVM, and VIPER. | 139 |
vahidvdn/realworld-design-patterns | Practical examples and discussions on real-world design patterns with their unit tests | 115 |
nimit95/real-world-design-patterns-node-js | Implementation of 23 GoF design patterns in Node.js with real-world examples and explanations | 384 |
oxnz/design-patterns | A collection of well-known design patterns implemented in multiple programming languages. | 112 |
nnupoor/js_designpatterns | A collection of design patterns in JavaScript with examples and explanations using jQuery. | 23 |
exceptionnotfound/designpatterns | A collection of C# examples illustrating 22 design patterns from the Gang of Four | 642 |
sohamkamani/javascript-design-patterns-for-humans | An ultra-simplified explanation of design patterns in JavaScript | 4,375 |