AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Exploring Type Annotation for Args and Keyword Args in Python
The speaker came across a blog post discussing the annotation of Args and keyword Args in Python, which they had not tried before. They found it intriguing and decided to explore how to type annotate Args and keyword Args. After reading an article by Redewan Delawar, they discovered issues with some obvious methods, such as passing in a dictionary, which was not supported by mypy.