Contribute Media
A thank you to everyone who makes this possible: Read More

Python 3.11 What’s new?

Description

[EuroPython 2023 — Terrace 2A on 2023-07-21]

https://ep2023.europython.eu/session/python-311-whats-new

The topic aims to introduce participants to the latest from Python in version 3.11, released in early October 2022, which includes:

  • Speed improvements;
  • Standard Libraries Improvements;
  • Self type;
  • Exception Notes;
  • Better Error Messages;
  • Improved Type Variables;
  • Variadic generics;
  • Marking individual TypedDict items as required or potentially missing;
  • Arbitrary literal string type;
  • Data class transforms;
  • TOML read-only support in stdlib;
  • Exception Groups;
  • Negative Zero Formatting.

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License http://creativecommons.org/licenses/by-nc-sa/4.0/

Improve this page