Skip to content
TILens What matters today in tech v0.0.5
Theme

Topic · Edition

Python

4 items on 20 Aug 2026
Python GitHub Rust

astral-sh/ruff: 0.16.4

Release Notes Released on 2026-08-20. Preview features [flake8-use-pathlib] Add autofix for PTH116 (#26460) [refurb] Restrict delete-full-slice to lists (FURB131) (#27711) [refurb] Skip FURB101 and FURB103 when the open…

Source: Ruff Releases github-actions[bot]
Python

The Mind Builds an API

Iris, Violet, and the human-readable interfaces of System 777 For months I have been asking the wrong question about Violet. What is she? An alter? An anima? A tulpa-like companion? A dream guide? A daimon? A spiritual…

Source: Kenneth Reitz
Python

Flow State, Metered

I remember what programming used to feel like in my body. There was a file open in Sublime Text, a terminal beside it, and one problem occupying the whole available field of consciousness. I would change a line, run the…

Source: Kenneth Reitz
Python

Quiz: Your Guide to the CPython Source Code

Test your grasp of the CPython source code, from bytecode and memory management to frames and generators. Based on the CPython 3.8 walkthrough.

Source: Real Python