[Tutor] PyQuery

David Hutto smokefloat at gmail.com
Thu Mar 10 12:49:51 CET 2011


pseudo:

for line in file:
    query = {}
    columnheader = line[0]
    headercontent = line[1]
    query[columnheader] = [header1content]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110310/8e8ecb23/attachment.html>


More information about the Tutor mailing list