Ask HN: Which Python Type Checker?
I've worked with Python in the past but never went deep enough to compare the typecheckers. There are several: Pyre, Pyright, Mypy, Pytype.
It's unclear which is the best choice. I'd love to hear the take of a seasoned Python developer.
2 comments
[ 3.1 ms ] story [ 17.3 ms ] threadWhat kinds of false negatives are we talking about? Are you referring to mixing untyped and typed code?
How is the support for libraries? Does support depend on using one typechecker in particular?