Python object dump
Posted on September 26, 2010
When working with objects and arrays there are times you need to debug a certain object or array and list all its contents.
Most languages provide a functionality to do so, in the case of Perl you have Data::Dumper and in PHP you have print_r
I was looking for something like that and found:
I truly recommend it.
It can be easily added as an extra module.