News
This Python “Auto-Painter” Creates a New Universe Every Time You Run It
Build a Python “auto-painter” that uses hardware entropy to seed a deterministic generative art run—then logs every stroke for per...
The Chronicle of the Genesis Engine: How I Spoke Worlds into Being
The "Genesis Engine" is a machine that can create a world by speaking a word. The author used the command "Draw a dragon" to creat...
'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...
