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.

08 Jun 2017 edition
Python

#29 Responsive Bar Charts with Bokeh, Flask, and Python 3

Topics include Responsive Bar Charts with Bokeh, Flask and Python 3, Zappa Serverless Python Web Services, Using a local cache for pip packages, Building game AI using ML: Working with TensorFlow, Keras, and the Intel…

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

#115: Python for Humans projects

When you think of popular Python packages, what comes to mind? There's a good chance that this week's guest, Kenneth Reitz, wrote that package you just thought of. He's the author of so of Python's most popular…

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

Design Philosophy On Data And Semantics

Prelude This is the final post in a four part series discussing the mechanics and design behind pointers, stacks, heaps, escape analysis and value/pointer semantics in Go. This post focuses on data and the design…

Source: Ardan Labs Blog