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

18 Aug 2020 edition
Python

#195 Runtime type checking for Python type hints

Topics include watchdog, , pydantic’s new Validation decorator, Building Python Extension Modules in Assembly, easy property, and Non Blocking Assertion Failures with pytest-check.

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

Generics Part 02: Underlying Types

Changes The draft is a living document which means these posts will need to change over time. This section documents when changes have taken place to this post. 21/08/20 : Moving forward with the generics design draft…

Source: Ardan Labs Blog