loom-python

Installation
SKILL.md

Python Language Expertise

Overview

Idiomatic, production-grade Python: modern typing, async, packaging, and the web/data/ML ecosystem. Assumes competence — the value is in what is easy to get wrong (interning, mutable defaults, blocking the event loop, GIL, dataclass/Pydantic boundaries), not syntax tutorials.

Tooling (uv / ruff / mypy)

Modern Python has consolidated onto two Rust tools. Reach for them by default.

uv — one binary replacing pip + pip-tools + virtualenv + pyenv + pipx + (mostly) poetry; resolves/installs 10–100× faster.

Installs
8
Repository
cosmix/loom
GitHub Stars
53
First Seen
May 20, 2026
loom-python — cosmix/loom