Getting started with type-checking

Steven D'Aprano steve+python at pearwood.info
Wed Aug 3 21:27:25 EDT 2016


Is there a good guide to getting started with type-checking Python code?
Specifically as an aid to porting from Python 2 to 3.

There are the PEPs, of course. Anything else?

Apart from mypy, what type checkers are available?



-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.




More information about the Python-list mailing list