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

Topic - Edition

Python

31 items on 03 Sep 2026
Python AI Django

GPT‑6 Astra

GPT‑6 Astra GPT-6 Astra is "rolling out today to a limited set of organizations and over the coming days will become available to all ChatGPT Plus, Pro, Business, and Enterprise users, as well as through the OpenAI API…

Source: Simon Willison's Weblog
Python FastAPI

You Should be Using Rootless Containers

The other day a serious vulnerability was disclosed in one of the newer Linux distributions (the one led by the racist, so it isn't getting a mention here). The issue was interesting because it was caused by a…

Source: miguelgrinberg.com Miguel Grinberg
Python

Graham Dumpleton: Beyond callables in wrapture

Every example in this series so far has wrapped a call. A binding named a method, and what flowed through the call was recorded or changed. Plenty of what a test needs to control is not a call, though. An outcome stored…

Source: Planet Python
Python

Graham Dumpleton: Phased behaviour in wrapture

Most of what a test configures on a patch holds until the test changes it. Retry logic is the classic case where that is not enough: the code under test keeps calling, and the test needs the behaviour to change on its…

Source: Planet Python
AI Research AI Python

Tables in PDFs for RAG: Don’t Flatten the Grid

Enterprise Document Intelligence [Vol.1 #B4] - A diagnostic and five composable operations, not a decision tree The post Tables in PDFs for RAG: Don’t Flatten the Grid appeared first on Towards Data Science.

Source: Towards Data Science Kezhan Shi
Python

Namespace blocks

I started playing with the idea of namespaces in Python due to the recent discussions about public/private. It’s often useful to group related items under a name, but creating a submodule isn’t always desirable. Python…

Source: Python Ideas Benjy Wiener
Python

Tracing np.add, all the way down

The author traces a simple np.add(a, b) call through NumPy’s internals, from Python argument handling and dtype dispatch to iteration strategy and the final SIMD-optimized C loop. Along the way, the post explores ufunc…

Source: Python Weekly
Python

linecast

Weather, tides, the sun, the moon, and maps, in your terminal. The Old Farmer's Almanac meets Minitel.

Source: Python Weekly
Python

FlightScnr_Pi

Desktop flight and marine radar: a real-time aircraft and marine vessel tracker powered by a Raspberry Pi and 4" round screen.

Source: Python Weekly
Python

You Think This Is Good OOP… It’s Not

Six common OOP practices can make code harder to maintain, including overusing inheritance, building unnecessary class hierarchies, breaking the Liskov Substitution Principle, and abstracting too early. The video…

Source: Python Weekly
Python

Tech-OA-Interview-Questions

Daily updated list of Tech Company OAs and Interview Problems. Save your time from finding them all over the internet.

Source: Python Weekly

31 items available