DEV Community

Discussion on: Why all this hate about Python?

Collapse
 
alysivji profile image
Aly Sivji

Great post!

Python 3.5+ supports type hints, but that's only for your linter (and other static code analyzers) versus not having it compile.

It's a step! =)

Collapse
 
kenseehart profile image
kenseehart

And unit tests. Unit tests contribute much more to reliability than type checking.