Chapter 12: Applying GOF Design Patterns – Part 1

In this chapter, we will look at the concept of design patterns in Python 3 and its various categories, along with examples of how they can be applied while developing software using Python.

The concept of design patterns originated from the book Design Patterns Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides, Addison-Wesley, which was written in C++. This concept was later extended to other object-oriented programming (OOP) languages.

In this chapter, we are going to look at how these design patterns can be applied in Python using our core example of ABC Megamart.

We will cover the following main topics:

  • An overview of design patterns ...

Get Metaprogramming with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.