I'm considering using Python to develop a somewhat complex web application. I think it would benefit from stricter type-checking.
I'm curious, is anyone using mypy in a production environment? What are your thoughts on introducing mypy from the beginning of development? Are you for or against it?