Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

4 items on 13 Jul 2026
Python

#555: Marimo Pair - A Canvas for Agent + Developers Collaboration

Coding agents have gotten really good at one kind of work. You scope a feature, edit some files, run the tests, ship it. It all happens on disk. But that is not how data work feels. You load something, you look at it,…

Source: Talk Python To Me Michael Kennedy (@mkennedy)
Python

itertools cheatsheet

Cheatsheet with visual diagrams that explain how the iterables from itertools work. This cheatsheet contains diagrams that explain how the iterables from the module itertools work in a visual way. Download this…

Source: mathspp