What do I do to read html files on my pc?

Umesh Sharma usharma01 at gmail.com
Wed Aug 29 08:00:36 EDT 2012


You can use httplib library to download the html and then for extracting the text from it either you can use any library (google for it) or you can use regular expression for it .  



More information about the Python-list mailing list