Claude
Skills
Sign in
Back

python

Included with Lifetime
$97 forever

You MUST activate this skill when working on Python projects

General

What this skill does


# Python

- Favour Python 3.14+ features. Use `uv` for .venv management. Use `uvx ty check` for type checking
- Type hints for all functions. Dataclasses for data structures. Pathlib over os.path. f-strings
- For standalone scripts that have a few dependencies, use PEP 723 to declare dependencies in a TOML block inside `# ///` markers (e.g. `# /// script\n# dependencies = [\n#   "beautifulsoup4",\n# ]\n# ///`)
Files: 1
Size: 0.5 KB
Complexity: 2/100
Category: General

Related in General