24 Oct 25
An Otter Wiki is a minimalistic, open-source wiki software powered by Python, Markdown, and Git, featuring version tracking, a convenient editor, and user authentication.
19 Oct 25
Python applies for a comedy award.
With the introduction of PyPI (née Cheeseshop), setuptools, and later pip, it became simple and straightforward to download and install packages.
Python packages are a convoluted venv hell to install. I need therapy every time I’ve installed or upgraded a Python package.
07 Oct 25
04 Oct 25
03 Oct 25
02 Oct 25
01 Oct 25
20 Sep 25
11 Sep 25
A map/reduce workflow for LLMs, with what looks like local caching. To me build systems and data processing pipelines like this one have a big intersection.
This article will cover the top ten OCR libraries in Python, highlighting their strengths, unique features, and code examples to help you get started.
30 Aug 25
24 Aug 25
21 Aug 25
14 Aug 25
A new library in Python designed specifically for working with LLM. It does seem quite refined in it’s thinking, and goes beyond a simple adapter or collection thereof.
I hadn’t come across this module before, it looks like this could be quite powerful.
13 Aug 25
MeasureThat has plenty of microbenchmarks that help answer common questions around what is faster (eg. maps vs objects, etc).
06 Aug 25
Tests an OpenAPI based on invariants.
05 Aug 25
03 Aug 25
A tool from Google that uses LLMs to extract structured data. I suppose it’s quite reliable!