Introducing Mypy, an Experimental Optional Static Type Checker for Python

I’ve become increasingly convinced that there’ssomething to be said for type checking. In particular, the fact thatmany newcomers to Python are working on large projects, in which manyparts need to interoperate, has made it clear to me that some sort oftype checking can be useful.

Source: LXer – Introducing Mypy, an Experimental Optional Static Type Checker for Python