async-python-patterns

Community

Master async Python patterns for speed.

AuthorNickCrew
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Provides practical asyncio and concurrent programming patterns to build high-performance, non-blocking Python apps.

Core Features & Use Cases

  • Basic Async/Await: Foundational coroutine patterns with pausable execution.
  • Concurrent Execution: Using gather to run I/O-bound tasks in parallel.
  • Task management & error handling: Create tasks and handle errors robustly.
  • Advanced patterns: Async context managers, timeouts.

Quick Start

Implement an async API endpoint using FastAPI that fetches data from two services concurrently.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: async-python-patterns
Download link: https://github.com/NickCrew/claude-cortex/archive/main.zip#async-python-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository