stas00stas00Communityยท1 Agent Skills Included

python-cookbook

Practical Python standard library recipes and everyday idioms

Answers everyday Python questions with copy-paste recipes covering strings, regex, data structures, files, subprocesses, JSON, concurrency, logging, debugging, profiling, testing, and packaging. Eliminates hunting through documentation and Stack Overflow for reliable standard-library snippets and common gotchas. Helps developers and coding agents write idiomatic Python 3.8+ code faster with modern best practices.
npx skills add stas00/python-cookbook --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’