Python 3.11 speeds up

A couple of weeks ago was released the newest major version of the Python programming language the 3.11 with its numerous improvements.

One of its major seems to be its speed. Based on a standard benchmark this version 3.11 is between 10 to 60% faster than the previous one .

In the list of improvements/features we can add also :

  • A new syntax for Exception Groups and except*
  • A new module which support for parsing TOML in the Standard Library
  • An Interpreter improvements with a fine-grained error locations in tracebacks

and more you can learn about by clicking on the following link of the official Python page.

Leave a Comment

PAGE TOP