Python
Advanced Python skills for type system, async patterns, and data modeling.
Skills in this plugin
3- ▌ Python Type System · thebushidocollectiveUse when Python's type system including type hints, mypy, Protocol, TypedDict, and Generics. Use when working with Python type annotations.
- ▌ Python Data Classes · thebushidocollectiveUse when Python data modeling with dataclasses, attrs, and Pydantic. Use when creating data structures and models.
- ▌ Python Async Patterns · thebushidocollectiveMaster Python asynchronous programming with asyncio, async/await, and concurrent.futures. Use for async code and concurrency patterns.