Python
Structural Pattern Matching in Python: A Practical Deep Dive into match/case
Go beyond switch statements. Learn how Python's match/case destructures sequences, mappings, and objects — with capture patterns, class patterns, guards, and the pitfalls that trip people up.