Simple, runnable Python examples of classic design patterns. Each pattern lives in its own file with a short explanation, minimal implementation, and a demo entry point.
- creational/
- structural/
- behavioral/
python creational/singleton.pyReplace the path with any other pattern file to see its demo output.