Design-Patterns-in-Python icon indicating copy to clipboard operation
Design-Patterns-in-Python copied to clipboard

A collection of popular design patterns implemented in Python programming language

Results 8 Design-Patterns-in-Python issues
Sort by recently updated
recently updated
newest added

# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine singleton.py. 2. Search for `singletone`. # Expected Behaviour 1. Should read `singleton`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md To...

Defining component interface instead of doing super in __init__ Getting rid of map function because not results showed on execution time Support for python2 and python3 Using abc to define...

Just playing arround with the code and I have found a typo. Strategy pattern update

Signed-off-by: Abhijeet Kasurde

Hi I feel that in chapter 1 of your book 'Learning Python Design Patterns', in the Flask URL shortening service, there might be an error in the method `__increment_string` in...

I found an example of the builder pattern for add to add to your repository.