Real Python Tutorials
Python 3.12 Preview: Static Typing Improvements
In this tutorial, you'll preview the new static typing features in Python 3.12. You'll learn about the new syntax for type variables, making generics simpler to define. You'll also see how @override lets you model inheritance and how you use typed dictionaries to annotate variable keyword arguments.
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