Sourcery – GitHub app that refactors your open-source Python repos
Get an instant quality boost to your open source codebase. (more…)
Read more »
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