Python and AI workflow with LangGraph
A developer builds a personal AI workflow using LangGraph, focusing on integrating human-in-the-loop processes.
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.
A technical exploration of llmfs, a FUSE filesystem where all file operations are dynamically generated and controlled by an LLM.
A tutorial on building a multi-agent AI system with specialized agents using IBM's Watsonx Orchestrate platform and Docker.
A guide to speeding up Python code using four practices: efficiency, compilation, parallelism, and process, achieving a 330x speedup.
A personal account of attending and participating in PyCon Italia 2025, covering the experience from organization to speaking.
Guide to migrating service account authentication from Vertex AI SDK to Google Gen AI SDK for Python and Go applications.
A software engineer explains the pitfalls of organizing code into generic 'utils' modules, using a real-world example of circular dependencies.
Introduces fastmigrate, a simple Python tool for managing SQLite database migrations without requiring a specific ORM.
An overview of Generative AI and an introduction to building AI agents using Python and the LangGraph library.
A guide to installing and using conda-forge to manage Python environments on macOS, especially for AI projects with specific version requirements.