Skip to content
TILens What matters today in tech v0.0.5
Theme

Daily edition

The daily ledger

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

19 Jun 2020 edition
Go

How to dump the GOSSAFUNC graph for a method

The Go compiler’s SSA backend contains a facility to produce HTML debugging output of the compilation phases. This post covers how to print the SSA output for function and methods. Let’s start with a sample program…

Source: Dave Cheney Dave Cheney
Python

#269: HoloViz - a suite of tools for Python visualization

The toolchain for modern data science can be intimidating. How do you choose between all the data visualization libraries out there? How about creating interactive web apps from those analyses? On this episode, we dive…

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