Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Protocols - Static Duck Typing for Decoupled Code

EuroPython Conference via YouTube

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

Reviews

Start your review of Protocols - Static Duck Typing for Decoupled Code

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.