An opinionated list of Python frameworks, libraries, tools, and resources
Motivation: Color as a “Type System” for Pictures If you have ever looked at a black-and-white cellular automaton that felt like pure static, you are not alone. Many classical diagrams of elementary rules compress rich structure into just two colors. As programmers, we already accept that types expose structure in code that is invisible in raw bytes. In this article, I will argue that well-desig
Ages ago when CSS grids came with a repeat() function to simplify defining repetitive columns and rows, I was not alone in wishing for this function to be made generic and work in any context. After seeing Wes Bos on BlueSky wishing for this exact concept, specifically for repeating segments in a shape() definition, I chimed in with my +1's on making repeat() generic across CSS Without delay, @no