Главная
Study mode:
on
1
Introduction
2
What makes objects different
3
Pattern Matching
4
Match Case Statement
5
Use Cases
6
Decomposition
Description:
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.

Pattern Matching in Python

EuroPython Conference
Add to list