Skip to content
TILens What matters today in tech
Theme

Daily edition · Languages

The daily ledger

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

25 Jun 2019 edition
Python

#136 A Python kernel rather than cleaning the batteries?

Topics include Voilà!, Toward a “Kernel Python”, Use __main__.py, The CPython Bytecode Compiler is Dumb, , and 16 Python libraries that helped a healthcare startup grow.

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

#218: Serverless Python functions in Azure

Do you have stateless code that needs to run in the cloud? The clear answer years ago was to create and HTTP, or even, gasp! A SOAP service before then. While HTTP services are still very important, some of this code…

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