Protocols - Static Duck Typing for Decoupled Code
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the concept of Protocols in Python for static duck typing in this 21-minute conference talk from EuroPython 2022. Delve into how Protocols support static type checking with tools like mypy to verify code correctness before runtime. Learn about the motivation behind introducing Protocols as an alternative to explicitly inheriting from Abstract Base Classes (ABCs), which is considered "unpythonic" according to PEP 544. Discover various use cases for Protocols and gain insights on their correct implementation to create more decoupled and idiomatic Python code.
Syllabus
Protocols - Static duck typing for decoupled code - presented by Ran Zvi
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