Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

2 items on 27 Apr 2026
Python

#546: Self hosting apps for Python people

The cloud is convenient until it isn't. You upload your photos, sync your contacts, click through the cookie banners. Then prices go up again or you read about a family that lost their entire Google account over a…

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

TIL #143 – Resolve a lazy import manually

Learn how to work around the Python machinery to resolve an explicit lazy import manually. A couple of articles ago I wrote about how you could inspect a lazy import. Apparently, you can use a similar trick to check the…

Source: mathspp