explainx.ainewsletter3.4k
trending🔥loopsskills
pricing
workshops ↗
explainx.ai

Learn to lead teams that combine humans and agents. Platform access, live workshops, bootcamps, and 50+ courses — plus skills, tools, and MCP to practice what you learn.

follow us

custom AI agents

[email protected]

get started

Join · $29/moUpcoming workshop

learn

platform · $29/moupcoming workshopworkshopsbootcampscoursescertificationscertification testsexplainx universitycorporate trainingfacilitatorshackathonslearn skills & mcp

discover

skillstoolsagentsmcp serversdesignsllmsagiranks

content

releasesvisionmissionaboutteamcareersresourcespromptsgenerators hubgenerator SEO hubprompt templatesprompt guidesblogfor LLMsdemo

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

skills/tag/python
tag

python▌

102 indexed skills · max 10 per page

skills (102)

python-backend

jiatastic/open-python-skills · Backend

0

Production-ready Python backend patterns for FastAPI, SQLAlchemy, and Upstash integrations. \n \n Covers async-first REST API development with FastAPI, including dependency injection, Pydantic validation, and structured project organization \n Implements authentication patterns for JWT/OAuth2, password hashing, CORS, and API key management \n Provides SQLAlchemy async database setup with transactions, eager loading, and migration strategies \n Includes Redis/Upstash caching, rate limiting with s

python-project-structure

wshobson/agents · Backend

0

Clear module boundaries, explicit public interfaces, and maintainable directory layouts for Python projects. \n \n Define public APIs with __all__ in every module; unlisted members remain internal implementation details \n Prefer flat directory structures with minimal nesting; add sub-packages only for genuine sub-domains \n Organize by architectural layers (API, services, repositories, models) or business domains depending on project complexity \n Keep files focused on a single concept; conside

async-python-patterns

wshobson/agents · Backend

0

Comprehensive guide to asyncio, concurrent patterns, and async/await for building high-performance, non-blocking Python applications. \n \n Covers core concepts (event loops, coroutines, tasks, futures) and 10+ fundamental and advanced patterns including concurrent execution, error handling, timeouts, context managers, and producer-consumer workflows \n Includes real-world examples for web scraping with aiohttp, async database operations, and WebSocket servers \n Provides performance best practi

python-configuration

wshobson/agents · Backend

0

Centralized, typed configuration management using environment variables and pydantic-settings. \n \n Load and validate all configuration into typed objects at application startup, with required settings crashing immediately if missing \n Supports nested configuration groups, type coercion, custom validators, and environment-specific behavior switching \n Provides sensible defaults for local development while enforcing explicit values for secrets and production settings \n Integrates with .env fi

python-type-safety

wshobson/agents · Backend

0

Static type checking with annotations, generics, protocols, and strict mode enforcement. \n \n Covers type annotations, generics with TypeVars, structural protocols, and type narrowing patterns for catching errors at analysis time \n Includes modern syntax (Python 3.10+ union types), bounded type variables, and generic repository patterns for type-safe APIs \n Provides configuration guidance for mypy strict mode and incremental adoption strategies for existing codebases \n Demonstrates 10 fundam

python-sdk

inferen-sh/skills · Backend

0

Python SDK for building AI applications, agents, and integrations with 150+ inference.sh models. \n \n Supports sync and async execution with streaming progress updates, fire-and-forget task submission, and stateful sessions for warm worker continuity \n Agent SDK includes template agents, ad-hoc agent creation with custom tools, and built-in capabilities like web search, code execution, and image generation \n Tool builder API enables four tool types: client tools (run in your code), app tools

dataverse-python-quickstart

github/awesome-copilot · Frontend

0

Python SDK setup and CRUD snippets for Microsoft Dataverse operations. \n \n Generates installation commands and DataverseClient initialization with InteractiveBrowserCredential authentication \n Includes single-record CRUD patterns (create, retrieve, update, delete) following official SDK conventions \n Covers bulk operations with both broadcast and 1:1 update modes for efficient batch processing \n Demonstrates retrieve-multiple queries with paging support (top, page_size parameters) \n Option

python-mcp-server-generator

github/awesome-copilot · Backend

0

Complete Python MCP server project generator with tools, resources, and proper configuration. \n \n Scaffolds a new Python project using uv with MCP SDK, proper directory structure, and .gitignore \n Supports both stdio (local) and streamable-http (remote) transport types with optional host, port, and stateless mode configuration \n Generates decorated tools, resources, and prompts with automatic schema generation from type hints and docstrings \n Includes comprehensive error handling, async/awa

python-pro

jeffallan/claude-skills · Backend

0

Type-safe, async-first Python 3.11+ code generation with strict validation and comprehensive testing. \n \n Generates fully type-annotated code with mypy strict mode validation, dataclasses, and modern Python patterns (3.10+ union syntax, async/await) \n Includes pytest test suite generation with fixtures, parametrization, and mocking; enforces >90% code coverage \n Validates output with black formatting and ruff linting; provides structured error handling and logging configuration \n Covers asy

python-anti-patterns

wshobson/agents · Backend

0

Common Python anti-patterns to catch during code review and debugging. \n \n Covers 14+ anti-patterns across infrastructure, architecture, error handling, resources, type safety, and testing with before/after code examples \n Includes a quick review checklist and summary table for fast reference during code reviews \n Focuses on practical fixes: centralized retry logic, DTOs, repository pattern, specific exception handling, and async-native libraries \n Emphasizes validation at API boundaries, c

prevpage 9 / 11next