Cache rules everything around me. `pyc` files can contain secrets and should not be checked in to source control. Use the standard Python [.gitignore](https://github.com/github/gitignore/blob/master/Python.gitignore). (more…)
Read more »
Hello! As a precursor to writing a Ruby profiler I wanted to do a survey of how existing Ruby &
Python profilers work. This also helps answer a question a lot of folks have been asking me, which
is “How do you write a profiler?”... (more…)
Read more »
Improving Python exception chaining with raise-from This is going to be a story about an esoteric feature of Python 3, and how I spent the last few months reviving it and bringing... (more…)
Read more »
Python based scripts for obtaining system information from Linux. - peterbay/sysinfo... (more…)
Read more »