Hacker News new | ask | show | jobs
by bjourne 1254 days ago
The improved destructuring syntax is amazing:

    first, *middle, last = range(10)
Set and dict comprehensions are also very useful but aren't that new anymore. Also, the Rich library is amazingly useful for all kinds of console applications.