AI AGENT ADDONS

Async Python Patterns

wshobson/agents
Programming Languages
12,604installs

Python can handle many tasks at the same time without waiting. This skill shows you how to use async and await to write programs that do not block. You can build fast web APIs and work with many network requests at once.

This is useful for anyone building modern web applications or tools that need to handle many users. Asyncio is the library that makes this possible. You will learn patterns to run tasks concurrently and manage background work.

Add Async Python Patterns skill to your workflow

Global

mkdir -p ~/.claude/skills/async-python-patterns

Project

mkdir -p .claude/skills/async-python-patterns

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago