#python developers want static typing
https://www.infoworld.com/article/3609589/python-developers-want-static-typing.html
Note you *can* already have quite powerful type checking in Python using type annotations!
http://mypy-lang.org/
Saved my ass dozens of times...