PyCon 2020 Talk: Static Typing in Python by Dustin Ingram

PyCon 2020 Talk: Static Typing in Python by Dustin Ingram

Videos

The talk covers the advantages and disadvantages to a static type system, as well as recent efforts to introduce static typing to Python via optional “type hints” and various tools to aid in adding types to Python code.