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.

by tmfnk 2 months ago saved 2 times

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.

by 2097 2 months ago

04 Oct 25

02 Oct 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.

by sebastien 3 months ago

This article will cover the top ten OCR libraries in Python, highlighting their strengths, unique features, and code examples to help you get started.

by vsajip 3 months ago

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.

by sebastien 4 months ago

I hadn’t come across this module before, it looks like this could be quite powerful.

by sebastien 4 months ago

13 Aug 25

MeasureThat has plenty of microbenchmarks that help answer common questions around what is faster (eg. maps vs objects, etc).

by sebastien 4 months ago

06 Aug 25

Tests an OpenAPI based on invariants.

by sebastien 4 months ago saved 2 times

03 Aug 25

A tool from Google that uses LLMs to extract structured data. I suppose it’s quite reliable!

by sebastien 4 months ago