Hacker News new | ask | show | jobs
by hot_gril 1213 days ago
I came back to Python after several years, and there's type-checking now, which we're required to use at work. Way to ruin the entire point of Python.

Also, Python's async stuff was always terrible until they introduced the new async/await feature, but I suppose that's part of the "many ways to do the same thing" you mention. They should've done it from the beginning IMO, but it was hard to predict maybe.