Skip to content
TILens What matters today in tech
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.

17 Jan 2022 edition
Python

#348: Dear PyGui: Simple yet Fast Python GUI Apps

I'm always on the look out for a good Python UI framework. This episode focuses on Dear PyGui. Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies, created by Jonathan…

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

Visualization in Go - Plotting Stock Information

Introduction You’d like to visualize some stock data using Go, but after looking at the Go ecosystem you see very little in charting. You find gonum, which has some plotting capabilities, but it generates static charts.…

Source: Ardan Labs Blog