This is a collection of short articles about Python's gradual typing system.
Link: https://decorator-factory.github.io/typing-tips/
- Install Python 3.13
- Create a new virtual environment and activate it
- In the virtual environment, run
python -m pip install -r requirements-lock.txt - Run
python -X dev -m mkdocs serve - Visit
http://127.0.0.1:8000/typing-tips/
We're 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