Plotnine Cheatsheet
A cheatsheet for Plotnine, a Python data visualization package based on the grammar of graphics.
A cheatsheet for Plotnine, a Python data visualization package based on the grammar of graphics.
A guide to replacing tox/nox with uv and Just for testing Python projects against multiple Python versions, simplifying configuration.
A podcast episode discussing the inaugural Django on the Med event, its origins, code improvements made, and future plans.
Analyzing Australia's coastal imagery using satellite data, Python, GDAL, DuckDB, and QGIS on a high-performance workstation.
Explores using Pyodide to build AI agents that write temporary code for non-coding tasks, focusing on sandboxed execution and virtual file systems.
Learn to build personal data dashboards using Python Shiny, demonstrated through a classical guitar practice tracking example.
A developer shares their experience and timeline from the Django On The Med 2025 conference, created using Python automation.
A review of 'The Farmer Was Replaced', a game that teaches programming by using Python code to automate farm tasks with a drone.
Analyzing pedestrian fatality data using polar coordinate visualizations to reveal cyclical patterns in daily accident counts.
Benchmark results comparing the performance of Python 3.14 against older Python versions, PyPy, Node.js, and Rust on pure Python code.
A guide to building a simple blog in Python using lazy, Origami-inspired concepts and Python 3.14's async features.
A technical exploration of the ICMM's global mining dataset, detailing the setup, tools, and process for data analysis using Python, DuckDB, and QGIS.
A guide on using the pyinstrument profiler to identify and analyze performance bottlenecks in Air applications built with FastAPI.
A list of over 50 Python project ideas for beginners and advanced learners, covering algorithms, networking, and machine learning.
Introducing Cachy, an open-source Python package that caches LLM API calls to speed up development, testing, and clean up notebook diffs.
A tutorial on building multi-agent systems using the universal-a2a-agent framework, covering HTTP endpoints, provider-agnostic design, and LangGraph integration.
Learn how to use 'uv run --env-file' to load environment variables from .env files, replacing the need for python-dotenv.
Discover an undocumented trick to get xkcd comics at double resolution using a simple URL modification and a Python script to check availability.
Exploring the Layercake project's analysis-ready OpenStreetMap data in Parquet format, including setup and performance on a high-end workstation.
Explores how Python's readable, English-like syntax reflects a philosophy of programming that reduces cognitive load and shapes computational thinking.