Monitor performance issues & errors in your code

Gradual Typing of Production Applications

Episode #151, published Fri, Feb 16, 2018, recorded Sat, Jan 27, 2018

I hope you using Python 3 these days. One of its powerful new features is type annotations. This lets you build and maintain large-scale Python projects with much more ease and confidence.

This episode you'll meet Łukasz Langa who has help migrate some very large Python projects. We'll discuss how Python uses the concept of gradual typing to slowly expand the sections of your code that are type checked.
Links from the show

Łukasz Langa on twitter: @llanga
Łukasz's presentation: youtu.be
Instagram keynote talk: youtube.com

Where to get help
Read this first: mypy.readthedocs.io
#typing on gitter
For PEP 484/526/544/536 issues: github.com/python/typing
Type checker issues: github.com/python/mypy
Standard library and third-party annotations: github.com/python/typeshed
Episode transcripts: talkpython.fm

--- Stay in touch with us ---
Subscribe to us on YouTube: youtube.com
Follow Talk Python on Mastodon: talkpython
Follow Michael on Mastodon: mkennedy

Want to go deeper? Check out our courses

Talk Python's Mastodon Michael Kennedy's Mastodon