I haven’t read through the whole discussion, but I would say that the biggest thing that has changed in the last ~18 years is the introduction of JavaScript fat arrow function. I believe most JS developers are quite fond of them, and the cases in which they are used in JS would not be all too different from the ones we have in Python. Might be just me, but I find the code that uses fat arrows to be much more readable than the one without it. So why not have the same readability boost in Python?
2 Likes