Member-only story
This is what’s new in Python 3.11
Welcome back! Python 3.10 just came out, and Python 3.11 just came out in a beta form, so let’s see what’s new in this new version of Python! Now, if you want to jump straight to their release log, check out the link below:
The official version of this Python should be coming out around August 2021:
Let’s go ahead and see what this new version of Python brings!
Speed
One of the more important things that will be added to Python 3.11 will be speed, from their tests, they’re stating that CPython 3.11 is around 12% faster than CPython 3.10!
If this is true, this could mean that we could start to see Python fixing one of the biggest complaints since this languages creation, the speed of this language.
Better Error Locations
With Python 3.10, there were a ton of improvements added for the traceback locations of errors, this allowed us to get greater details of errors, with Python 3.11, we will now get even more details for these errors!