Practical dependency tracking for Python function calls

Tracking the code and data accessed by a (Python) function call is a broadly
useful primitive, from drawing dependency graphs, to debugging and profiling, to
cache invalidation. This post is a journey through the landscape
of possible implementations, wit… Read more

Similar

Exploring Line Lengths in Python Packages

This week, Twitter upped their single-tweet character limit from 140 to 280, purportedly based on this interesting analysis of tweet lengths published on Twitter's engineering blog. The gist of the analysis is this: English language tweets display a rough... (more…)

Read more »