Showing posts with the label patterns

Python Design Patterns

Singleton is a creational design pattern which ensures that only one object of its kind exists and provides a single po…