Tip-o-the-day. Unless you are doing data exchange w/a #python developer, don't file.write(pformat({"x":1})), instead use the csv.DictWriter
Post
May 12, 2015
May 12, 2015
Tip-o-the-day. Unless you are doing data exchange w/a #python developer, don't file.write(pformat({"x":1})), instead use the csv.DictWriter