python#
notes on python patterns - tooling, project structure, and building things.
topics#
- uv - cargo for python
- project setup - src/ layout, pyproject.toml, justfile
- pydantic-settings - centralized typed configuration
- tooling - ruff, ty, pre-commit
- mcp - building MCP servers with fastmcp
sources#
patterns derived from building:
| project | what it is |
|---|---|
| pdsx | ATProto MCP server and CLI |
| raggy | document loaders for LLMs |
| prefect-pack | prefect utilities |
| plyr.fm | music on atproto |
and studying:
| project | what it is |
|---|---|
| fastmcp | MCP server framework |
| docket | distributed task system |