Dev Cheatsheets
HomeCheatsheetsAbout
📝 Edit on GitHub

Resources

Cheatsheets / Python / Type checks / Resources

  • Mypy library
    • mypy-lang.org homepage.
    • Mypy Docs page.
    • Type hints cheat sheet (Python 3) in the docs.
  • typing - builtin module.
  • Real Python
    • Python Type Checking tutorial.
    • Type Hinting lesson.

Dev Cheatsheets

    • MichaelCurrin

    A collection of code snippets and CLI guides for quick and easy reference while coding