Pattern Matching in Python
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore structural pattern matching in Python 3.10 through this 29-minute EuroPython 2021 conference talk by Daniel Moisset, one of the feature's contributors. Learn about the motivation behind this new functionality, its applications in processing heterogeneous data structures, and its role as an alternative to method dispatch. Gain insights into effectively using pattern matching, understanding when to apply it, and avoiding potential pitfalls. Suitable for intermediate Python developers, the talk covers topics such as the match-case statement, use cases, and object decomposition. Conclude with a Q&A session addressing design decisions behind Python's implementation of pattern matching.
Syllabus
Introduction
What makes objects different
Pattern Matching
Match Case Statement
Use Cases
Decomposition
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