Is there a Python module that can be used in the same way as Perl\'s Data::Dumper module?
Edit: Sorry, I should have been clearer. I was mainly afte
Possibly a couple of alternatives: pickle, marshal, shelve.