Real Python Tutorials

Cool New Features in Python 3.12
NEW

Python 3.12: Cool New Features for You to Try

In this tutorial, you'll learn about the new features in Python 3.12. You'll explore how the new release extends the better error messages and faster code execution found in the previous version, and you'll try out the improvements to f-strings and type variable syntax.

Oct 02, 2023 intermediate python