Published onJul 28, 2024Generics in Python: Simplifying ComplexityPythonTypingA walk through of the basics regarding generics in Python with with plenty of examples. Learn how to use covariance, contravariance, and invariance to make your code smarter and safer.Read more →