Practice the Python match keyword

Опубликовано: 08 Август 2026
на канале: Vercy
24
0

Starting with 3.10, Python also gets the pattern matching operator. Let's put it to use in an infix expression evaluator and see how much cleaner the code gets...

https://github.com/vercy/codecraft/bl...

CHAPTERS
0:00 Infix expressions
1:30 Writing the evaluator
3:57 Python pattern match