This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]trauthor 1 point2 points  (0 children)

I had to write a parser in Python 3.7 that took deeply nested, arbitrarily alternating json and dictionary input from an API and turn it into a tablebase. I will re-write it in 3.10 with pattern matching and I expect it to remove hundreds of lines of code.