Intro to Python Typing and MyPy

Опубликовано: 16 Апрель 2026
на канале: Michigan Python
1,631
41

Recent versions of Python allow you to add type hints that can be used by different tools to help you develop your code more efficiently. This introductory talk will show you how you can add type hints to your own code to help with documentation, improve IDE autocomplete, catch errors, and build better software.

PRESENTER:
Dan Yeaw (@danyeaw) is a core member of the BeeWare Project, maintainer of the Gaphor modeling tool, and an Engineer at Ford Motor Company. At Ford, he designs complex safety-critical automotive systems using Model-Based Systems Engineering.


Mypy download from pypi
https://pypi.org/project/mypy/
Mypy Docs
https://mypy.readthedocs.io/en/stable...
Mypy GitHub
https://github.com/python/mypy
Long article and good comments
https://realpython.com/python-type-ch...
Python Docs
https://docs.python.org/3/library/typ...
DropBox Mypy Usage 20190905
https://dropbox.tech/application/our-...