29. Pattern matching revisited - From Python to Rust

Опубликовано: 27 Февраль 2026
на канале: Bedroom Builds
579
21

revisiting pattern matching now that Python 3.10 has been released

based on PEP-636 "Structural Pattern Matching: Tutorial" https://www.python.org/dev/peps/pep-0...

also shows how to pass an iterator as an argument in Rust.

Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pyth...