suggestions for VIN parsing
Skip Montanaro
skip.montanaro at gmail.com
Thu Dec 25 22:14:47 EST 2014
More information about the Python-list mailing list
Thu Dec 25 22:14:47 EST 2014
- Previous message (by thread): suggestions for VIN parsing
- Next message (by thread): suggestions for VIN parsing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You're extracting structured data from an html file. You might want to look at the lxml.etree module. (I think that's where ElementTree landed when it was adopted into the stdlib). Skip -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20141225/a8a07252/attachment.html>
- Previous message (by thread): suggestions for VIN parsing
- Next message (by thread): suggestions for VIN parsing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list