python-cookbook
Practical Python standard library recipes and everyday idioms
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install python-cookbook?โผ
Run `npx skills add stas00/python-cookbook --all -g -y` in your terminal to install this skill globally for your coding agent.
What does the Python Cookbook skill cover?โผ
It covers practical recipes for the Python standard library: text processing, regex, data structures, files, subprocesses, serialization, concurrency, debugging, profiling, testing, and packaging.
How does this skill help my coding agent write Python?โผ
It gives your agent a structured index of idiomatic Python snippets and gotchas, so it answers 'how do I do X in Python' questions with correct, modern standard-library code.
Which Python version does the cookbook target?โผ
It targets Python 3.8 and above, with version-specific behavior flagged inline where it matters.
Do I need third-party packages to use these recipes?โผ
No. The cookbook is standard-library first and only suggests a pip-installable package when the standard library genuinely falls short.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core