Type Hints

Programming Talks tagged with: "Type Hints"

Guido van Rossum on Type Hints at PyCon 2015

Guido van Rossum
an hour
Guido van Rossum on Type Hints at PyCon 2015Guido van Rossum, creator of the Python programming language, discusses type hinting in Python 3.5. With type hinting, programmers can use type annotations to provide tools like type checkers and IDEs with more information about the expected types of values and enable better static analysis. This talk was organized by ...