DEV Community

Cover image for Python 3.10 is out now!
James Briggs
James Briggs

Posted on

Python 3.10 is out now!

The latest release of Python is out (as of 4th October 2021), it includes several fascinating new features such as:

  • Structural Pattern Matching

  • Parenthesized Context Managers

  • More typing

  • New and improved error messages

Check out this article covering all of Python 3.10's new features.

Or this video from the article:

Top comments (0)