Tag Archives: graph

100th blog post!

This is my 100th post to this blog! And there’s a lot more where that came from! Token graphage: A domain change (formerly: assistedsilicon.blogspot.com), a platform change (Blogger to WordPress), 805.5 themes, and coming on two years later, the topics … Continue reading

Posted in Meta | Tagged , , | Leave a comment

Easy and informative: Call graphs in Python

While I was looking for different graphing modules in Python, I came across pycallgraph. This module allows you to create a graph of all the different calls that occur between the time you initiate it and when you tell it … Continue reading

Posted in Programming | Tagged , , , | Leave a comment