#Python’s structural pattern `match`-ing syntax is still not natural to me, but I’m starting to see use-cases in my own code more often now.
@fabian I love it. Especially for parsing user input or handling API responses it's amazing. I used it first for parsing the #annextimelog cli.
@fabian combined with mypy, it ensures matching against enums is exhaustive.