Python
2 guides covering python tools
-
Pyright: Microsoft's Fast Python Type Checker
Pyright is a static type checker for Python written in TypeScript. It's faster than mypy, powers Pylance in VS Code, and supports strict mode for maximum type safety. Covers installation, configuration, and common type errors.
-
Rye: Unified Python Project Management from the Creator of Flask
A practical guide to using Rye for Python project management — handling installations, virtual environments, dependencies, and tooling in a single cohesive workflow.