But if you are not used to generic programming, you might wonder what all the fuzz is about...

Generics at runtime in Python 3.12. Type hints are borderline magic!

Python 3.12 adds type parameter syntax and if you bring your experience from a language like C# of Java, you immediately recognize what it does. But if you are not used to generic programming, you might wonder what all the fuzz is about. In this video, you will see three things: What are generics and what role do they play in python? And get ready for some experimental syntax to use the type information at runtime!

Written by Loek van den Ouweland on 2023-10-18.
Questions regarding this artice? You can send them to the address below.