Python 3.11 What’s new?
- Level:
- advanced
- Room:
- terrace 2a
- Start:
- Duration:
- 45 minutes
Abstract
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.
Description
My presentation aims to consider the most interesting new features of Python 3.11 which have been discussed among the software engineers since the official release of the new version of the language. Then real practical examples will be taken into account and implemented for real solutions of problems.