Python
The Python programming language.
Official Sites
Static Typing
- Our journey to type checking 4 million lines of Python
- Dropbox uses type hinting and
mypy
on their huge codebase.
- Dropbox uses type hinting and
Utilities
- Cookiecutter
- Create projects from templates.
Article
Static Analysis
- Wily
- Command-line tool for exploring the complexity of Python code over time.