10 Jul 2026 · Bernát Gábor — Python packaging, tox, virtualenv & open source
<p>A <a href="https://nownownow.com/about" target="_blank" rel="noopener noreferrer">now page</a> : what has my attention this month. Last updated 2026-07-10.</p> <h2 id="building"> Building <a class="heading-link" href="#building"> <i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i> <span class="sr-only">Link to heading</span> </a…
18 Jun 2026 · Bernát Gábor — Python packaging, tox, virtualenv & open source
<div class="alert alert-info"> <p class="alert-title"><i class="fa-solid fa-circle-info" aria-hidden="true"></i> TLDR: turbohtml does HTML escape, unescape, tokenize, query, serialize, and URL work in C, 3-22x faster than Python&#39;s standard library. The recurring trick is skipping work:</p> <ul> <li><strong>Scan in blocks, not characters.</strong> <a href="#the-swar-trick-checking-eight-bytes-with…