Browsing all articles from July, 2010.
Python Call Graph 0.4.0
I’ve just released pycallgraph 0.4.0. It has several major new features including a command line interface and measuring accumulative time per function. The 0.4.0 pycallgraph CLI supports function filtering, timing filtering, maximum stack level and a few more settings. For example, to do a simple call graph on “myfile.py”: pycallgraph-dot.py myfile.py mygraph.png Here’s an example [...]
SQLAlchemy Cheat Sheet
I’ve made a small quick reference guide to SQLAlchemy if anyone is interested. I’ll update it as often as I have to look up something in the official documentation.
Releases and Projects
For the lack of updates, here is an update: Just released pycallgraph 0.3.1 which fixes a few bugs. This week hopefully releasing a pre-alpha of c80 which is an AJAX IRC client. Development of VirtuShare, a transparent peer-to-peer networking service, is still in progress.