Python 3.10 just came out! Here’s what’s new?
Welcome back! Guess what? Python 3.10 just officially came out! This is an awesome update coming from Python 3.9. Now, this specific version of Python has been in a “testing” phase for a few month now, but very soon (today, according to their release schedule) this version of Python is going to be out to the public. Now, if you want to jump straight to their change-log, check out the link below:
https://docs.python.org/3.10/whatsnew/3.10.html
Let’s take a look at some of these changes!
Cleaner Error Messages
One of the biggest changes for Python 3.10 are the error messages, the syntax errors you might experience within Python will now give you higher quality error messages:
There are tons of examples of this new update, so I would highly recommend checking out their release log to see all of these changes.
New Structural Pattern Matching
This new version of Python now supports structural pattern matching, this is an awesome feature for comparing data.