Unit testing your code's performance, part 1: Big-O scaling
Explains how to write automated performance tests for your code by verifying its Big-O algorithmic scaling using Python's bigO library.
Explains how to write automated performance tests for your code by verifying its Big-O algorithmic scaling using Python's bigO library.
A performance comparison of Microsoft Agent Framework implementations in Python and .NET for AI agents, using local Ollama models.
Using PyRIT and GitHub Copilot Agent Skills to validate and secure AI prompts against vulnerabilities like injection and jailbreak directly in the IDE.
Explores using WebAssembly (Wasm) to extend Python, enabling architecture-independent, high-performance extensions without a native toolchain.
Explains the math and Python code for perfect in-shuffles and out-shuffles, comparing how many shuffles restore a deck's order.
An independent analysis of the Flask web framework's activity in 2025, showing a decline in releases and merged pull requests.
Introduces pyevidence, a Python library for practical implementation of Dempster-Shafer evidence theory, addressing computational challenges.
A retrospective on the growth and community-building efforts of the Python Pescara user group throughout 2025.
An analysis of the performance optimizations in uv, a fast Python package installer, focusing on HTTP range requests and compact version representation.
Introduces claude-code-transcripts, a Python CLI tool for converting Claude Code sessions into detailed, shareable HTML transcripts.
A demonstration of different uv init command options for Python project setup, with examples hosted on GitHub.
Explores Bowie's obscure numerical method for solving ODEs, applying it to the nonlinear pendulum problem with Python code and analysis.
A developer's 2025 review covering their new role as a Python Developer Advocate at JetBrains, learning about AI in IDEs, and speaking at DjangoCon conferences.
Release notes for s3-credentials CLI tool version 0.17, introducing new commands for S3 bucket policy management and a local credential server.
Introducing ty, a new, extremely fast Python type checker and language server from Astral, promising massive speed improvements over mypy and Pyright.
Introducing Poe the Poet, a tool for managing project tasks and commands via pyproject.toml, demonstrated with a Python documentation setup.
Benchmarking diskcache with zlib compression for JSON data in Python, showing potential disk space savings for text-heavy caches.
Introducing a Lean-like syntax parser for the Knuckledragger theorem prover to improve formula readability over verbose Python/Z3Py syntax.
A look at JustHTML, a new Python HTML parser library, and how it was built using AI-assisted programming and 'vibe engineering'.