Contribute Media
A thank you to everyone who makes this possible: Read More

Tip-Top Typing: A Look At Python Typing

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.

Improve this page