We're pleased to announce Pants 2.7.0, the latest release of Pants, the scalable and ergonomic build system. To update, set pants_version = "2.7.0" in your pants.toml. See upgrade tips. Python tool lockfilesPants now pins every dependency used when instal... (more…)
Read more »
Display a treemap of the timings reported by python -X importtime - kmichel/python-importtime-graph... (more…)
Read more »
You're probably reading this page because you've attempted to
access some part of my blog (Wandering
Thoughts) or CSpace, the wiki thing it's
part of. Unfortunately you're using a browser (or client library)
that my anti-crawler precautions consider susp... (more…)
Read more »
Many languages start running your program by calling a function of
yours that must have a specific name. In C (and many C derived
languages), this is just called main(); in Go, it's main.main()
(the main() function in the main package). Python famously
do... (more…)
Read more »
Learn how to measure the impact of the Python GIL on application latency using eBPF... (more…)
Read more »