Hacker News
- Structural pattern matching in Python 3.10 https://benhoyt.com/writings/python-pattern-matching/ 147 comments
Lobsters
- Structural pattern matching in Python 3.10 https://benhoyt.com/writings/python-pattern-matching/ 46 comments python
- Structural pattern matching in Python 3.10 https://benhoyt.com/writings/python-pattern-matching/ 8 comments python
- Python 3.10 has Anonymous Union Types and Rust-y Structural Pattern Matching https://www.python.org/dev/peps/pep-0619/#features-for-3-10 61 comments rust
- In this video I show an example of structural pattern matching, a powerful feature that's part of the upcoming Python 3.10. Although it resembles the traditional switch statement, it goes far beyond what the 'wicked switch' can do. https://youtu.be/scNNi4860kk 8 comments programming