Live data from Hacker News

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

news.ycombinator.com

1–5 of 5 posts

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

#3
post #2

Zulip's post on their experience with mypy got some discussion last year. 221 comments: https://news.ycombinator.com/item?id=12703008 Blog post: http://blog.zulip.org/2016/10/13/static-types-in-python-oh-m...

Yes, I'm familiar with their post, and it's great that their server code is available on Github [1]. Was hoping to find more projects using it.

[1] https://forms.mvs.co.il/formally/LoginDocSign.aspx?ID=4491b7...

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

#5
Dropbox and Instagram use mypy/typing actively. Also among open-source: https://github.com/home-assistant/home-assistant https://github.com/mitmproxy/mitmproxy https://github.com/sphinx-doc/sphinx

I would say the opposite, it is not very useful for small projects.