Click on tags to remove them from the filter.
Retrofitting async I/O to Django will be a complex process—but is underway.
(Via Andrew Godwin on Twitter)
Noted by Damian Cugley .Blurhash is an algorithm that lets you transform image data into a small text representation of a blurred version of the image that might be used as a placeholder while the image downloads, for example.
(Via halcy:icosahedron: (@halcy@icosahedron.website))
Noted by Damian Cugley .Cog is a nifty code-generator utility done with python scripts hidden in comments in the source files, so the generated code is OK to check in to source-code control. Useful for repetitive compiled-in data, or for filling in gaps in the syntax of the host language.
Simon Willison demonstrates how to use SQLite and datasettes to do autocomplete in very little JavaScript.
Retrospective on the history of the PyPy project to date.