Description
Have you ever wondered how Python handles types? What does dynamic typing mean? How about duck typing? In this video, we'll look at what a type is in Python, as well as how to use it's most popular typechecker - mypy - to be more effective in using types.