What’s New in Python 3.10?

A rundown of the coolest features

James Briggs
Towards Data Science
5 min readJun 8, 2021

--

Pattern by Alexander Ant on Unsplash

Python 3.10 has been released as of the 4th October 2021! You can download the latest version here.

We’ll cover some of the most interesting additions to Python — structural pattern matching, parenthesized context managers, more typing, and the new and improved error messages.

--

--