#python
24 pages tagged with "python"
programming
- choosing a data model โ simple guide for choosing between dataclasses, pydantic, and sqlalchemy
- claude-interceptors for coding agents โ teaches claude code, gemini cli, and codex to use modern python tools instead of outdated ones
- dataclass vs pydantic: python version performance โ how python 3.13 changed the performance game for dataclasses
- dataclasses โ python standard library for simple data containers with minimal boilerplate
- emacs configuration โ comprehensive guide to a modern, ai-integrated emacs setup optimized for python and rust development
- manylinux rust/pyo3 build guide โ comprehensive guide for building manylinux-compliant python wheels with rust extensions using pyo3 and maturin
- pydantic โ data validation and serialization using python type hints
- pyenvsearch for ai agents โ python package exploration designed for claude, gemini, and other coding agents
- python data models performance โ benchmarking dataclasses vs pydantic vs sqlalchemy for real-world operations
- python development โ python development resources, setup guides, and best practices
- python performance benchmarks โ real performance data for python libraries and features
- python setup in 2025 โ python 3.13 development environment setup guide for august 2025
- python versions across linux distributions โ default python and pip versions across popular linux docker base images
- python-build-standalone โ self-contained, portable python distributions for any environment
- pytorch 2.8 release โ pytorch 2.8 release notes with focus on training and inference performance
- pytorch setup with uv โ configuring pytorch with uv package manager for different compute backends
- quick-claude: ai agent configuration system โ modular instruction system that configures ai coding assistants with project-specific context and behavioral modes
- ruff linter and formatter โ comprehensive guide to ruff - the extremely fast rust-based python linter and code formatter from astral
- sqlalchemy async โ async database orm for python with type safety and high performance
- ty type checker โ comprehensive guide to ty - the extremely fast rust-based python type checker and language server from astral
- using uv on nfs or nas shared drives โ how to resolve uv hardlink errors and warnings when using a virtual environment on a shared drive like nfs or a nas
- uv package manager โ comprehensive reference for uv and uvx - python package and project management