Skip to content
TILens What matters today in tech
Theme

Daily edition · Python

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

03 Jun 2022 edition
Python

#286 Unreasonable f-strings

Topics include The Python GIL: Past, Present, and Future, Announcing the PyOxy Python Runner, The unreasonable effectiveness of f-strings and re.VERBOSE, and PyCharm PR Management.

Source: Python Bytes Michael Kennedy and Calvin Hendryx-Parker
Python

#368: End-to-End Web Testing with Playwright

How do you test whether your web sites are working well? Unit tests are great. But for web apps, the number of pieces that have to click together "just so" are many. You have databases, server code (such as a Flask…

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