Congrats to the release team! I'm really excited to work with the new structural pattern matching. This feels like the biggest language change since the addition of async/await.
Although pattern matching is a good improvement, I'm more excited about the better error messages.
This is going to make using python anywhere I don't have an IDE much easier: while teaching, on a remote server, on someone else machine, on repl online, etc.
4 comments
[ 0.24 ms ] story [ 20.5 ms ] threadThe improvements to the typing system are what i’m keen to adopt ASAP, as I can see it having a big impact on my day-to-day quality of life.
This is going to make using python anywhere I don't have an IDE much easier: while teaching, on a remote server, on someone else machine, on repl online, etc.