Acerca de
This skill provides comprehensive architectural guidance for building scalable Python systems using the asyncio library. It covers everything from basic coroutines and task management to advanced patterns like producer-consumer queues, rate limiting with semaphores, and asynchronous context managers. Whether you are building high-throughput FastAPI backends, concurrent web scrapers, or real-time WebSocket servers, this skill helps you avoid common pitfalls like blocking the event loop and ensures your code handles I/O-bound workloads with maximum efficiency.