Set up a Python project optimized for Claude Code (opens in new tab)
Claude Code writes Python fluently, but without project-specific configuration it falls back on pip and bare `python` instead of uv. This tutorial builds a Python project with uv, Ruff, and pytest, then layers on Claude Code integration: a CLAUDE.md file that teaches Claude your conventions and hooks that enforce them, plus on-demand skills for tool expertise. ## Prerequisites - uv installed - Claude Code installed - jq installed (used by one hook script) ## Create the project Scaffold a ...
Read the original article