Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

5 items on 12 Jun 2026
Python FastAPI

I Am Not a Reverse Centaur

About a year ago I wrote on this blog about how coding with LLMs would not work for me, even if there were no ethical or environmental concerns preventing me to use them. I'm not going to repeat the arguments I made…

Source: miguelgrinberg.com Miguel Grinberg
FastAPI GitHub Python

encode/starlette: Version 1.3.1

What's Changed Use StarletteDeprecationWarning instead of DeprecationWarning by @Kludex in #3119 Enforce max_fields and max_part_size in FormParser by @Kludex in #3329 Enforce FormParser limits in parser callbacks by…

Source: Starlette Releases Kludex
Python

PyTheory Playground

Earlier this spring I wrote a few essays about PyTheory, the music theory library I was stuck on for five years and finally unstuck. The short version: it models tones, scales, chords, and fretboards in Python the way a…

Source: Kenneth Reitz
Python

This Website's Changelog

A changelog for a personal website is a strange genre. Nobody asked for release notes. There is no userbase waiting on a fix, unless you count me, and I already know what shipped. But this site is the closest thing I…

Source: Kenneth Reitz