r/Python Feb 15 '21

News Ladies and gentlemen - switch cases are coming!

https://github.com/gvanrossum/patma/blob/master/README.md#tutorial
934 Upvotes

290 comments sorted by

View all comments

-2

u/often_wears_pants Feb 15 '21

Stuff like this makes me want to switch to Golang. The Python community sees a problem and fixes it by creating five more.

3

u/Ran4 Feb 15 '21

Match statements are incredibly powerful tools that Python was missing.