/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

til.simonwillison.net
| | github.com
5.3 parsecs away

Travel
| | Python CLI utility and library for manipulating SQLite databases - simonw/sqlite-utils
| | simonwillison.net
4.3 parsecs away

Travel
| | sqlite-utils is a combination Python library and command-line tool I've been building over the past six months which aims to make creating new SQLite databases as quick and easy as ...
| | simonwillison.net
4.2 parsecs away

Travel
| | Yesterday I described the new sqlite-utils transform mechanism for applying SQLite table transformations that go beyond those supported by ALTER TABLE. The other new feature in sqlite-utils 2.20 builds on ...
| | www.laurentluce.com
37.3 parsecs away

Travel
| [AI summary] This article explains the internal implementation of Python integer objects, detailing their memory management, the use of PyIntBlock structures, and the optimization of small integers from -5 to 256.