tag

python

91 indexed skills · max 10 per page

skills (91)

dask

dask/dask · data

0

Distributed computing for larger-than-RAM pandas/NumPy workflows, enabling parallel processing and scalability across clusters.

cobrapy

K-Dense Inc./cobrapy · research

0

COBRApy is a Python library for constraint-based metabolic modeling, essential for systems biology research and metabolic engineering analysis.

bioservices

cokelaer/bioservices · data

0

Unified Python interface to 40+ bioinformatics services for cross-database analysis and ID mapping.

biopython

biopython/biopython · research

0

Comprehensive molecular biology toolkit for sequence manipulation, file parsing, phylogenetics, and NCBI/PubMed access.

astropy

astropy/astropy · data

0

Comprehensive Python library for astronomy and astrophysics, facilitating astronomical data analysis and manipulation.

anndata

scverse/anndata · data

0

Data structure for annotated matrices in single-cell analysis, facilitating efficient storage, manipulation, and analysis of large datasets.

cloudflare-python-workers

jezweb/claude-skills · Cloud

0

Build Python serverless APIs on Cloudflare Workers with async-only execution, external package support, and multi-step workflow automation. \n \n Deploy Python APIs using the WorkerEntrypoint class pattern with pywrangler CLI; supports all Cloudflare bindings (D1, KV, R2, Workers AI, Durable Objects, Queues) \n Requires async-only code: use httpx or aiohttp for HTTP calls, avoid sync libraries like requests and native C extensions \n Python Workflows enable durable multi-step DAG automation with

python-best-practices

0xbigboss/claude-code · Backend

0

Type-first Python development using dataclasses, discriminated unions, NewType, and Protocol to make illegal states unrepresentable. \n \n Define data models and function signatures before implementation; use frozen dataclasses, Literal-based discriminated unions, and NewType for domain primitives to prevent invalid states at type-check time \n Leverage Protocol for structural typing, TypedDict for external data shapes, and exhaustive pattern matching with match statements to catch incomplete lo

python-observability

wshobson/agents · Backend

0

Structured logging, metrics, and distributed tracing patterns for Python production systems. \n \n Covers four core observability areas: structured JSON logging with structlog, Prometheus metrics for the four golden signals (latency, traffic, errors, saturation), correlation ID propagation across service boundaries, and OpenTelemetry distributed tracing \n Includes semantic log level guidance, bounded cardinality rules for metrics to prevent storage explosion, and context manager patterns for co

python-design-patterns

wshobson/agents · Frontend

0

Fundamental design principles for writing maintainable, testable Python code. \n \n Covers five core patterns: KISS (Keep It Simple), Single Responsibility Principle, Separation of Concerns, Composition Over Inheritance, and the Rule of Three \n Includes practical code examples contrasting anti-patterns with recommended approaches for each principle \n Provides layered architecture guidance (API, Service, Repository layers) with dependency injection patterns for testability \n Emphasizes explici

prevpage 4 / 10next