0 By Chad Kidder In computers, pythonPosted July 7, 2011Using the Python HTMLParser libraryWhen writing a script to download files off a site, I figured there was an easy python library to do that. Well, sort of. I chose to use the HTMLParser library. The documentation is not the [...] READ MORE