You are writing a comment about Huge CSV and XML Files in Python, here is a quick summary:
Quick walkthrough of my code for converting a very large CSV file into a very large XML file using the Python standard libraries. Despite a few issues along the way, was a very pleasant experience.
You are responding to this comment written by Wes Turner on January 25th 2009, 21:45.
Re: Throwing around a lot more dir commands.
Personally, I'm a fan of the new Sphinx generated python documentation. For exploring docstrings and class attributes in interactive python console, you might try IPython.
In IPython:
import csv
csv.<tab>
csv.field_size_limit?<return>
csv.reader?<return>
csv??<return>
import _csv
_csv?<return>
Great post... the with keyword is killer.
Please be aware that comment forms go stale after one hour.
Comments may make use of LifeFlow MarkDown. Raw html will be escaped.
Quick Introduction to LifeFlow MarkDown Syntax
A highlighted code block:
Other common languages work as well: scheme, python, java, html, etc.
Other markdown syntax: