Daily Shaarli

All links of one day in a single page.

August 22, 2017

Inside a super fast CSS engine: Quantum CSS (aka Stylo) ★ Mozilla Hacks – the Web developer blog
thumbnail

A nice writeup (with illustrations) on some CSS rendering optimizations.

The History of Python: Origins of Python's "Functional" Features

Guido recounts some of the history of adding closures to Python.

How the heck does async/await work in Python 3.5?
thumbnail

Brett Cannon traces the evolutionary path from Python 2's generators to Python 3.5's async/await coroutines.