4 awesome features of Python 3.10!

Manpreet Singh
3 min readOct 5, 2021

Welcome back! As some of you may know, Python 3.10 officially came out yesterday, yay! If you’re not aware of this, check out the link below to see the entire release log:

Now, let’s talk about some of the top 4 features of this new version of Python!

CPython Update

One of the biggest updates with this new version of Python is specifically with OpenSSL. Currently, it is a requirement to have OpenSSL 1.1.1 or newer in order to build CPython projects, with this new update, it will now modernize the key dependencies of CPython. If you want to learn more about this, check out the link below:

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…

--

--