Python Design Patterns
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore Python design patterns in this comprehensive EuroPython Conference talk. Dive into the Facade design pattern, understanding its concept, implementation, and "Pythonic" nature. Examine various design patterns, including Singleton, Monostate, and Dependency Injection, while learning about their applications and benefits. Discover the importance of patterns in software design, and gain insights into creational patterns, flexibility, and the Callback pattern. Enhance your Python programming skills by understanding how to effectively implement and utilize these design patterns in your projects.
Syllabus
Intro
A Pattern Example
Solution: the Facade DP
Facade is a Design Pattern
Some Facade KUS
Is Facade a "Pythonic" DP?
Design Patterns
Step back: what's a Pattern?
A Pattern's problem(s)
A Pattern's "solution(s)"
Why bother w/Patterns?
"Design" is a vague term...
What's a "Pythonic" Pattern
Python: hold or wrap?
Creational Patterns
Singleton ("Highlander")
Monostate ("Borg")
Creational DPs: "Flexibility"
DI: why we want it
Template Method vs DI
TM-VS-DI issues
Monkey-patching
Dependency Injection
DI design-choice details
DI and factories
The Callback Pattern
The "Callback" concept
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube