Browsing all articles from July, 2010.
BetterPrint
Tuesday, November 27, 2007
I find readability very important when reading data. It saves time and energy. To me, Python’s pprint module is not easy to read in a lot of cases so I made my own. This is how pprint looks like at the moment: BetterPrint is based on a lot of the source code, which looks about [...]