# Python Design Patterns These are some Python design patterns which I have found through research and through my own learning. Examples are attached with the code to help you see how this might in practice. ## Patterns * [Chain of Responsibility](https://gist.github.com/Salaah01/add03cd3bcf220808341e3945f64994d#file-chain_of_responsibility-py)