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.

23 Aug 2019 edition
Python

#144 Are you mocking me? It won't work!

Topics include Why your mock doesn’t work, The nonlocal statement in Python, twitter.com/brettsky/status/1163860672762933249, and pre-commit now has a quick start guide.

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

#226: Building Flask APIs for data scientists

If you're a data scientist, how do you deliver your analysis and your models to the people who need them? A really good option is to serve them over Flask as an API. But there are some special considerations you might…

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