The Road to Pattern Matching in Python
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the rationale and concepts behind Python's pattern matching feature in this PyCon US talk. Delve into the importance of pattern matching as a powerful programming tool and its integration into Python. Learn how pattern matching addresses the challenges of processing structured data, complementing existing tools like objects and classes. Gain insights into the core concepts of pattern matching, including its role in deconstructing data and extending iterable unpacking to arbitrary objects. Understand the design decisions and ideas behind the recent "pattern matching" PEPs. This talk provides a comprehensive overview of why pattern matching matters and what it entails, suitable for Python programmers curious about this new feature.
Syllabus
TALK / Tobias Kohn / The Road to Pattern Matching in Python
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube