Django 6.0 released
Django 6.0 is released, featuring new background workers and template partials for improved web development.
Django 6.0 is released, featuring new background workers and template partials for improved web development.
Using PEP 735 dependency groups with uv run to simplify Python project setup and testing, plus automating redirects for a TIL site.
A technical analysis and comparison of various administrative boundary datasets, including OpenStreetMap, using Python, DuckDB, and QGIS.
Introduces dremioframe, a Python DataFrame library for querying Dremio with a pandas-like API, generating SQL under the hood.
Learn how to use the freezegun library to freeze time in Python tests for reliable time-dependent code testing.
Using Ruff to ban SQLAlchemy dialect-specific imports, ensuring database portability in Python projects.
TaskiPy is a Python tool that automates tasks by defining them in pyproject.toml, serving as a Makefile alternative for project workflows.
Release notes for sqlite-utils 3.39, featuring bug fixes for plugin installation with uv and new functionality for custom SQL functions.
Announcing sqlite-utils 4.0a1, a Python library and CLI for SQLite, detailing minor backwards incompatible changes before the stable release.
Release of dns-benchmark-tool v0.3.2, a CLI tool for testing and comparing DNS server performance.
How to set default code block languages in Mkdocs for automatic Python syntax highlighting in documentation.
A step-by-step tutorial on building a functional AI agent using the Gemini 3 Pro model and Python, covering core concepts like tools, loops, and context.
Analyzes Python reference cycles in high-performance deep learning systems, showing patterns to avoid memory leaks when garbage collection is disabled.
A senior engineer shares his experience learning to code effectively with AI, from initial frustration to successful 'vibe-coding'.
New release of the llm-gemini plugin adds support for nested Pydantic schemas, YouTube URL attachments, and the latest Gemini 3 Pro model.
Analyzing Business Insider's dataset on US data center locations, ownership, and resource consumption using Python, DuckDB, and QGIS.
A comparison of modern Python package managers uv and pixi, exploring their history, differences, and use cases for developers.
A guide to parakeet-mlx, a project porting NVIDIA's Parakeet ASR model to Apple's MLX framework for fast, local audio transcription.
A guide to implementing UUIDv7 in Python, Django, and PostgreSQL for better database performance and ordered identifiers.
Announcing dns-benchmark-tool, an open-source Python package for testing and comparing DNS server speeds to optimize application performance.