Real Python Tutorials
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
Explore Real Python
Generate Beautiful QR Codes With Python
Sep 06, 2023 intermediate
Python News: What's New From August 2023
Sep 04, 2023 community
Replacing a String in Python
Aug 22, 2023 basics best-practices