mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-08 11:36:47 +00:00
20 lines
774 B
Markdown
20 lines
774 B
Markdown
# Design Patterns in Python
|
|
|
|
- [Link](https://refactoring.guru/design-patterns/catalog)
|
|
|
|
## Table of Content
|
|
|
|
- [Creational Patterns](creational/README.md)
|
|
- [Factory Method](creational/factory-method/README.md)
|
|
- [Abstract Factory](creational/abstract-factory/README.md)
|
|
- [Builder](creational/builder/README.md)
|
|
- [Prototype](creational/prototype/README.md)
|
|
- [Singleton](creational/singleton/README.md)
|
|
- [Structural Patterns](structural/README.md)
|
|
- [Adapter](structural/adapter/README.md)
|
|
- [Bridge](structural/bridge/README.md)
|
|
- [Composite](structural/composite/README.md)
|
|
- [Decorator](structural/decorator/README.md)
|
|
- [Facade](structural/facade/README.md)
|
|
- [Flyweight](structural/flyweight/README.md)
|
|
- [Proxy](structural/proxy/README.md)
|