Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

1 items on 01 May 2026
Python

TIL #144 – Sentinel built-in

Today I learned Python 3.15 will get a new sentinel built-in. Sentinel values are unique placeholder values that are commonly used in programming. Python 3.15 ships with a new built-in sentinel that can be used to…

Source: mathspp