8 min read

Object-Oriented Design Patterns in Python - Functional Programming Influence

OOP isn't always the answer. See how functional concepts like closures, pure functions, and functools can replace complex class-based patterns with simpler code.
Object-Oriented Design Patterns in Python - Functional Programming Influence
Reader: Functional Patterns in Python

Reader Mode

-- / --

Introduction