/typing-tips

collection of short articles about Python's gradual typing system

Typing Tips

This is a collection of short articles about Python's gradual typing system.

Link: https://decorator-factory.github.io/typing-tips/

Contribute

How to run this locally?

  1. Install Python 3.12 and everything from requirements.txt (python -m pip install -r requirements.txt)
  2. Run python -m mkdocs serve --livereload
  3. Visit http://127.0.0.1:8000/typing-tips/

Corrections

I'm happy to get feedback. If you want to:

  • suggest a correction
  • fix grammar/punctuation
  • point out that some explanation is confusing

Feel free to open an issue or pull request on GitHub

Project

We have a project for tracking articles on our To Do list. You can help by providing examples, points to consider, or just new articles ideas!