News
'Twas the Night Before Deploy: A Blind Architect’s Chess Engine Journey
Damian is a visually blind software developer. He wrote an accessible chess engine using Python and Pygame. The code uses a custom...
You Can Only Choose One Programming Language for the Rest of Your Life: Choose W...
This week, we’re talking about something near and dear to every programmer’s heart: their favorite language. We’ll also take a loo...
Model.fit is More Complex Than it Looks
Linear regression’s closed-form solution looks simple, but computing inverse matrix is numerically dangerous. Ill-conditioned matr...
Introducing Flatopia: How to Generate Your Own Sitcom with Python and Manim
Opensource TV show sitcom and code to make your own episodes.
You Can Build an AI Agent From Scratch In Less Than 10 Minutes (Here's How)
An AI agent is a small “AI worker” that can do tasks instead of you. In this tutorial, we will build a simple agent first, then up...
PDFs to Intelligence: How To Auto-Extract Python Manual Knowledge Recursively Us...
We’ll demonstrate an end-to-end data extraction pipeline engineered for maximum automation, reproducibility, and technical rigor....
Solving the FastAPI, Alembic, Docker Problem
Dockerize your FastAPI application that incorporates alembic and sqlachemy. Solve the permission issue between the container and h...
Why I Stopped Letting aI Agents Write Directly to my Database (and Built MemStat...
Recently, I decided to build a classic AI agent for ordering pizza. The goal was simple: ask for the pizza type, ask for toppings,...
Why I Built Allos to Decouple AI Agents From LLM Vendors
Allos is a Python SDK for building AI agents that can switch between OpenAI, Anthropic, and more with a single command. Allos is b...
Stateful API-to-Database Synchronization: Implementing Incremental Data Ingestio...
Stop writing fragile cron scripts. Learn to build stateful, incremental data streams from any REST API using Python and a pull-bas...
Supercharging AI Workflows: Distributed Document Processing with Node.js, Python...
A monolith AI service can choke on documents. Distribute the work across multiple AI workers, let each language do what it does be...
The Anatomy of a Write Operation
When you write to a file in Python, the "success" return value is an illusion. Your data hasn't actually hit the disk; it has mere...
