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.

27 Nov 2019 edition
Python

#158 There's a bounty on your open-source bugs!

Topics include GitHub launches 'Security Lab' to help secure open source ecosystem, pybit.es now has some test challenges, pyhttptest - a command-line tool for HTTP tests over RESTful APIs, xarray, and Animated SVG…

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

#240: A guided tour of the CPython source code

You might use Python every day. But how much do you know about what happens under the covers, down at the C level? When you type something like variable = [], what are the byte-codes that accomplish this? How about the…

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