Back to Browse

Type-Checking Python Programs With Type Hints and mypy

49.9K views
Oct 18, 2016
10:50

https://dbader.org/python-tricks ► Avoid the bugs that Python type hinting will catch in the first place and see how to write clean and Pythonic code Get quick intro to Python type hinting using the mypy type checker, in order to catch bugs and improve the quality of your existing Python code. In this video I'll walk you through a simple example of what Python's new type hints allow you to do, then I'll show you how to install and use the mypy type checker as a static analysis tool from the command line. At the end you'll get an outlook of the future of type checking and the type hinting syntax in Python. FREE COURSE – "5 Thoughts on Mastering Python" https://dbader.org/python-mastery SUBSCRIBE TO THIS CHANNEL: https://dbader.org/youtube * * * ► Python MUGS, T-SHIRTS & MORE: https://nerdlettering.com FREE Python Tutorials & News: » Python Tutorials: https://dbader.org » Python News on Twitter: https://twitter.com/@dbader_org » Weekly Tips for Pythonistas: https://dbader.org/newsletter » Subscribe to this channel: https://dbader.org/youtube

Download

1 formats

Video Formats

360pmp411.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Type-Checking Python Programs With Type Hints and mypy | NatokHD