First off, thanks for taking the time to contribute.
This repo contains OOP Principles and Patterns implemented in Python with various examples. The base examples you see here are taken fromHead first design patterns
book and followed by some other examples real world examples as well.
- Suggesting enhancements
This repo is purely for learning purpose.
- If you find any of the examples for the patterns that are not very suitable for that pattern
- If you find any non-pythonic implemetation of the examples
- If you find any typos or any other mistakes on the documentation
Please create an issue mentioning the current issue with the enhancements.
Currently this repo only supports Python implementation of the patterns.