7 min read

Object-Oriented Design Patterns in Python - The Strategy Pattern

Swap algorithms on the fly! Learn to encapsulate behaviors into interchangeable objects, and see how Python’s first-class functions can simplify this pattern to a single line.
Object-Oriented Design Patterns in Python - The Strategy Pattern
Reader: Strategy Pattern in Python

Reader Mode

-- / --

Introduction