Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 511 Bytes

File metadata and controls

18 lines (11 loc) · 511 Bytes

Design Patterns in Python

A collection of GoF design patterns implemented in Python programming language. Special thanks for this examples to Andriy Buday the author of free e-book on design patterns.

Structural Patterns

The Facade

Provides a simplified interface to a large body of code.

diagrams/facade.png