Ask HN: Anyone using Python's static typing in a large project?

11 points by matanrubin ↗ HN
I've read quite a lot about mypy and optional static typing in Python, and was wondering if there are any large and successful projects that use it? If you're currently using it, I'd love to hear some impressions.

4 comments

[ 3.5 ms ] story [ 23.2 ms ] thread
Google internally uses pytype, which is similar to mypy, and while not globally used, is used on across a large number of files.