Vibe Coding 6 -- pymgflip
A developer uses AI to create a Python library for the Imgflip meme API, detailing the process and publishing it to PyPI.
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.
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.