Save each of these files in a directory somewhere, put it in your path and then run the one called 'complexity' This stuff is written in Perl but analyzes the complexity of Python code.

Complexity is a measure of branches per function and it basically tells you which routines are likely to have bugs in your code.