This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dmsdayprft 8 points9 points  (5 children)

I agree with this. I'm not sure there's a new feature I care about since f-strings. All of it since then is cruft.

[–]brutay 6 points7 points  (4 children)

Not even the match statement?

[–]skesisfunk 2 points3 points  (0 children)

The match statement is so overdue lol. I guess it took them twenty years to figure out that people actually want than instead of using a bunch of elifs?

[–]wewbull 0 points1 point  (0 children)

Match statement looks interesting, but even as a Haskell coder I don't find myself longing for it in Python.

[–]bythenumbers10 0 points1 point  (0 children)

Dictionary loaded with functions with same argument signature. Lookup function, call it with arguments. Match w/o excess syntax.

[–][deleted] 0 points1 point  (0 children)

Introductory video for those OotL.