Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Three practical examples of the new match statement in Python 3.10 (as defined by PEP 622 – Structural Pattern Matching):

  1. Event Queue, matching dataclass objects
  2. JSON API, processing GitHub API response
  3. Tree traversal, computing derivatives of mathematical expressions