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.

17 Sep 2020 edition
Python

#199 Big news for a very small Python runtime

Topics include micropython updated, respx: A utility for mocking out the Python HTTPX library, GetPy - A Vectorized Python Dict/Set, , Scientists rename human genes to stop Microsoft Excel from misreading them as dates,…

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

#282: pre-commit framework

Git hook scripts are useful for identifying simple issues before committing your code. Hooks run on every commit to automatically point out issues in code such as trailing whitespace and debug statements. By pointing…

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