python-core

Installation
SKILL.md

Quick Start

Prerequisites:

  • Python 3.10+ installed (python --version)
  • Dependency manager: uv (recommended), poetry, or pip+venv
  • IDE with Python language server (VS Code, PyCharm)

Tools Used: Read, Write, Edit, Bash (for uv/poetry/pip commands), LSP diagnostics

Dependency Management Decision Tree:

New project? → Use uv: uv init, uv add, uv sync
Existing poetry? → Use poetry: poetry install, poetry add
Legacy/simple? → Use pip+venv: python -m venv, pip install
Related skills

More from jander99/skills

Installs
2
Repository
jander99/skills
GitHub Stars
1
First Seen
Mar 14, 2026