I like Python and I have no need for static typing
The aim of mypy is not to convince everybody to write statically typedPython – static typing is entirely optional, now and in thefuture. The goal is to give more options for Python programmers, tomake Python a more competitive alternative to other statically typedlanguages in large projects, to improve programmer productivity, andto improve software quality.