Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

2 items on 03 Jun 2022
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)