Hacker News
- Python pattern matching: Guards and or-patterns might just not compose well https://ncik-roberts.github.io/posts/pep622.html 3 comments
- Crimes with Python's pattern matching https://www.hillelwayne.com/post/python-abc/ 120 comments
- Structural pattern matching in Python 3.10 https://benhoyt.com/writings/python-pattern-matching/ 147 comments
- Python 3.10.0a6 is available, now with 100% more pattern matching https://mail.python.org/archives/list/python-committers@python.org/message/VGZDQ5TFMSWEQZS6HNDLDJQ7GAASGUUB/ 79 comments
- Python Pattern Matching https://github.com/gvanrossum/patma/blob/master/README.md 91 comments
- Pattern Matching in Python https://github.com/gvanrossum/patma 4 comments
- Show HN: Pattern matching and guards for Python functions https://github.com/rasguanabana/function-pattern-matching 4 comments
- SnoPy – Snobol Pattern Matching Extension for Python http://snopy.sourceforge.net/user-guide.html 10 comments
- Pattern matching in Python http://monkey.org/~marius/pattern-matching-in-python.html 6 comments
- Stack Overflow Users Rejoice as Pattern Matching Is Added to Python https://brennan.io/2021/02/09/so-python/ 20 comments
- Stack Overflow Users Rejoice as Pattern Matching Is Added to Python 3.10 https://brennan.io/2021/02/09/so-python/ 4 comments
- Python: Acceptance of Pattern Matching – PEP 634 https://mail.python.org/archives/list/python-committers@python.org/message/SQC2FTLFV5A7DV7RCEAR2I2IKJKGK7W3/ 12 comments
- Python Steering Council Accepts Pattern Matching PEPs for Python 3.10 https://mail.python.org/archives/list/python-dev@python.org/thread/SQC2FTLFV5A7DV7RCEAR2I2IKJKGK7W3/ 2 comments
- Pampy: Pattern Matching for Python https://github.com/santinic/pampy/blob/master/README.md 44 comments
- Pampy: Pattern Matching for Python https://github.com/santinic/pampy 3 comments
Lobsters
- Python pattern matching: Guards and or-patterns might not interact in the way you expect https://ncik-roberts.github.io/posts/pep622.html 2 comments python
- Crimes with Python's Pattern Matching https://www.hillelwayne.com/post/python-abc/ 22 comments python
- Structural pattern matching in Python 3.10 https://benhoyt.com/writings/python-pattern-matching/ 46 comments python
- Pattern matching accepted for Python https://lwn.net/Articles/845480/ 30 comments python
- Parsley: pattern-matching in Python https://github.com/washort/parsley 3 comments programming
- Python pattern matching: Or-patterns and guards may not interact in the way you expect https://ncik-roberts.github.io/posts/pep622.html 6 comments programming
- 8 Levels of Using Structure Pattern Matching in Python https://medium.com/techtofreedom/8-levels-of-using-structural-pattern-matching-in-python-d76282d5630f?sk=bc75658e9c10fc24789bd4479c358f86 10 comments python
- Master Pattern Matching In Python 3.10 https://www.python-engineer.com/posts/pattern-matching-python/ 2 comments python
- Crimes with Python's Pattern Matching https://www.hillelwayne.com/post/python-abc/ 69 comments programming
- Crimes with Python's Pattern Matching https://www.hillelwayne.com/post/python-abc/ 6 comments python
- Structural pattern matching in Python 3.10 https://benhoyt.com/writings/python-pattern-matching/ 8 comments python
- Structural Pattern Matching In Python https://buddy.works/tutorials/structural-pattern-matching-in-python 3 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
- Get started with Pattern Matching in Python, today! https://py.watch/get-started-with-pattern-matching-in-python-today-ef4d19c97b7a?sk=ee1b6f2842aaeb3dbd83ed8debe5f95c 5 comments python
- Pattern matching tutorial for Pythonic code https://mathspp.com/blog/pydonts/pattern-matching-tutorial-for-pythonic-code 48 comments python
- Pattern matching accepted for Python https://lwn.net/articles/845480/ 75 comments programming
- Pattern matching in Python http://monkey.org/~marius/pattern-matching-in-python.html 12 comments programming
- Stack Overflow Users Rejoice as Pattern Matching is Added to Python 3.10 https://brennan.io/2021/02/09/so-python/ 486 comments programming
- Python Steering Council Accepts Pattern Matching PEPs for Python 3.10 https://mail.python.org/archives/list/python-dev@python.org/thread/sqc2ftlfv5a7dv7rcear2i2ikjkgk7w3/ 13 comments programming
- "Structural pattern matching" for Python, part 1 [LWN.net] https://lwn.net/articles/827179/ 60 comments programming
- Python may get pattern matching syntax https://www.infoworld.com/article/3563840/python-may-get-pattern-matching-syntax.html 293 comments programming
- Python Extension Proposal 622: Structural Pattern Matching https://www.python.org/dev/peps/pep-0622/#case-clauses 8 comments scala
- PEP 622 -- Structural Pattern Matching for Python https://www.python.org/dev/peps/pep-0622/ 36 comments programming
- Pampy: Pattern Matching for Python https://github.com/santinic/pampy 20 comments programming
- Type inference, pattern matching, ADTs, and more Haskell features in pure Python (x-post /r/Python) https://github.com/billpmurphy/hask 40 comments haskell