TIL: Single source version package builds with uv (redux)
A cleaner method for managing Python package version numbers using uv and importlib.metadata, avoiding manual updates.
A cleaner method for managing Python package version numbers using uv and importlib.metadata, avoiding manual updates.
A comprehensive guide to implementing and using the Python logging module for application monitoring and performance analysis.
A humorous exploration of using AI to generate Python scripts that identify and mock outdated C++ code patterns, comparing outputs from Claude Sonnet and GPT-5.
A tutorial on using Docker Compose to create reproducible, containerized runtime environments for AI agents, focusing on a weather query example.
A guide on using Python, AI, and LLMs like LangGraph to detect code vulnerabilities, including workflow design and cost considerations.
A developer uses AI to create a Python library for the Imgflip meme API, detailing the process and publishing it to PyPI.
A guide on using Azure Automation Python Runbooks to query and interact with Azure Cosmos DB for MongoDB, including package setup and connection code.
A speaker's personal timeline of EuroPython 2025, documented live with technical summits, talks, and community moments in Prague.
A guide to using Python packages like 'markdown' and 'markdownify' to parse, convert, and work with Markdown formatted text in applications.
A developer builds a personal AI workflow using LangGraph, focusing on integrating human-in-the-loop processes.
A developer benchmarks MicroPython performance on various microcontrollers, comparing them to a Raspberry Pi 4 and a laptop.
Using a SAT solver and Python to automate the complex scheduling of student-teacher interviews at a Zen meditation retreat.
Explains how to use Python's typing.Unpack and TypedDict for stricter type annotations of **kwargs.
Explains how to correctly type *args and **kwargs in Python to pass type checkers, avoiding common mistakes.
How to use uv to manage a single source for your Python package version, eliminating the need to update it in multiple files.
A retrospective on restarting and running the Helsinki Python meetup, covering format, attendance strategies, and community building.
A developer's journey using LangGraph to add memory and state management to a chatbot, enabling it to remember user details like names and birthdays.
A talk on implementing semantic search in a web service using Python, Django, PostgreSQL, and open-source AI tools, presented at EuroPython 2025.
Introduces Graphiti, an open-source framework for building bi-temporal knowledge graphs to give AI agents long-term memory and real-time data understanding.
A guide to using git worktree with Python projects, including a helper script to automate virtual environment and dependency management.