Django Girls Pescara 2025
A recap of the Django Girls Pescara 2025 workshop, a community event introducing beginners to Python and Django programming.
A recap of the Django Girls Pescara 2025 workshop, a community event introducing beginners to Python and Django programming.
Security advisory for Datasette open redirect vulnerability fixed in versions 0.65.2 and 1.0a21, including additional features.
A Python developer discusses their new LLM course, ergonomic keyboards, the diskcache project, and coding agents on the Talk Python podcast.
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.
Learn how to mock different return values for each call of a method using MagicMock.side_effect in Python tests.
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.