#151 Gradual Typing of Production Applications Feb. 16, 2018

from Talk Python To Me· ·

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 …



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.