More Helpful and Precise Error Messages With Python 3.10

Published: 07 October 2021
on channel: Real Python
3,044
117

Python 3.10 is out! Each new version of Python brings a host of changes, and this version is no exception. This video covers the various updates to how error messages have been improved in Python 3.10.

Click here for more info about the complete course: https://realpython.com/courses/cool-n...

In the complete course, you’ll learn about:

- Debugging with more helpful and precise error messages
- Using structural pattern matching to work with data structures
- Adding more readable and more specific type hints
- Checking the length of sequences when using zip()
- Calculating multivariable statistics