Provides a focused Python cheat-sheet skill that fetches practical examples and patterns from pythonsheets.com to help agents write working Python code, answer technical questions, and produce interview prep material. It emphasizes functionality-first solutions with real-world patterns covering core syntax, concurrency (asyncio, threading), networking, databases, ML/LLM workflows, and HPC topics.
Use this skill when a user asks Python programming questions, requests working code examples, needs debugging help, wants interview preparation on Python topics (GIL, asyncio, decorators), or asks for practical ML/LLM and distributed training guidance. The skill is especially valuable when concrete, battle-tested patterns are required.
references/ (has_references=true), used as authoritative example sourcesThis skill is best used by agents with web-fetch and code-generation capabilities (e.g., Codex/Copilot-style code models, Claude Code, Gemini with web access) that can run WebFetch and produce runnable Python examples.
Python cheat sheet reference skill that instructs agents to fetch examples and patterns from pythonsheets.com. No bundled scripts — purely a lookup/reference skill. Well-organized SKILL.md with clear workflow, comprehensive coverage areas, and good progressive disclosure via references/. No security concerns; the skill only fetches public web pages via WebFetch.
Clean reference skill. No scripts, no network calls beyond fetching public reference URLs. Good structure with references/ for progressive disclosure.