Introduction

Learn about the common design patterns in Python.

We'll cover the following...

Overview

In the previous chapter, we were briefly introduced to design patterns, and covered the iterator pattern, a pattern so useful and common that it has been abstracted into the core of the programming language ...