Next steps
If you are in a hurry and don’t want to read lots of documentationbefore getting started, here are some pointers to quick learningresources:
- Read the mypy cheatsheet (also forPython 2).
- Read Using mypy with an existing codebase if you have a significant existingcodebase without many type annotations.
- Read the blog postabout the Zulip project’s experiences with adopting mypy.
- If you prefer watching talks instead of reading, here aresome ideas:
- Carl Meyer:Type Checked Python in the Real World(PyCon 2018)
- Greg Price:Clearer Code at Scale: Static Types at Zulip and Dropbox(PyCon 2018)
- Look at solutions to common issues with mypy ifyou encounter problems.
- You can ask questions about mypy in themypy issue tracker andtyping Gitter chat.
You can also continue reading this document and skip sections thataren’t relevant for you. You don’t need to read sections in order.