Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

1 items on 16 Feb 2018
Python

#151: Gradual Typing of Production Applications

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.

Source: Talk Python To Me Michael Kennedy (@mkennedy)