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

mypy Python's gradual typing implementation

Description

Python is a dynamic language. On small code bases this property is helpful and might increase productivity. On medium to large code bases this might be an impediment. In this session I will introduce mypy, which introduces type hints into Python in attempt to solve that impediment.

Details

Improve this page