8 ms·
Do we have something similar in python, if not I am going to make one.
by louis8799 7y ago
Do we have something similar in python, if not I am going to make one.
- L3viathan 7y agoThere is this: https://github.com/grantjenks/python-pattern-matching https://github.com/grantjenks/python-pattern-matching
- Stormwalker 7y agoThis project is just someone wrote a proposal or something. Here is actually implemented pattern matching as a library https://github.com/santinic/pampy https://github.com/santinic/pampy
- pansa 7y agoIIRC Guido himself is planning on adding a `match` statement to Python.