7 min read

Object-Oriented Design Patterns in Python - The Proxy Pattern

Control access to an object with a surrogate. Explore how to use proxies for lazy initialization, security checks, and network requests, saving resources until they are truly needed.
Object-Oriented Design Patterns in Python - The Proxy Pattern
Reader: Proxy Pattern in Python

Reader Mode

-- / --

Introduction