Learning the Ropes - Understanding Python Generics
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the foundations of generic types in Python through this 27-minute conference talk from EuroPython 2023. Delve into concepts such as the Liskov Substitution Principle and contravariance, gaining insights that will help you understand complex Mypy errors. Discover why you might not always want a Cat to be an Animal in your code structure. Access accompanying slides to reinforce your learning of these advanced Python concepts.
Syllabus
Learning the ropes: understanding Python generics — David Seddon
Taught by
EuroPython Conference
Related Courses
Stanford Seminar - Optional Static Typing for PythonStanford University via YouTube Python Typing - Type Hints & Annotations
Tech with Tim via YouTube Protocols - Static Duck Typing for Decoupled Code
EuroPython Conference via YouTube Writing Good Python
EuroPython Conference via YouTube Don't Start with a Database
EuroPython Conference via YouTube