7 min read

Object-Oriented Design Patterns in Python - The Adapter Pattern

Make incompatible interfaces work together seamlessly. Learn how to act as a translator between legacy code and new systems, allowing disparate objects to collaborate.
Object-Oriented Design Patterns in Python - The Adapter Pattern
Reader: Python Adapter Pattern

Reader Mode

-- / --

Introduction