Skip to content

decorator-factory/typing-tips

Repository files navigation

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.13
  2. Create a new virtual environment and activate it
  3. In the virtual environment, run python -m pip install -r requirements-lock.txt
  4. Run python -X dev -m mkdocs serve
  5. Visit http://127.0.0.1:8000/typing-tips/

Feedback

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

About

tutorial on Python's type system (always WIP)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages