This is a collection of short articles about Python's gradual typing system.
Link: https://decorator-factory.github.io/typing-tips/
- Install Python 3.12 and everything from
requirements.txt
(python -m pip install -r requirements.txt
) - Run
python -m mkdocs serve --livereload
- Visit
http://127.0.0.1:8000/typing-tips/
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
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!