A design pattern is a general solution to a commonly occurring problem in software development. This documentation topic is specifically aimed at providing examples of common design patterns in Python.

Introduction to design patterns and Singleton Pattern

Strategy Pattern

Proxy