Follow

developers want static typing

infoworld.com/article/3609589/

Note you *can* already have quite powerful type checking in Python using type annotations!

mypy-lang.org/

Saved my ass dozens of times...