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!