- ARCHIVE / TAG ARCHIVE
- Python web-parsing libraries
While continuing the interminable search for the ideal python editor, I run into three really useful libraries for scraping information off webpages: mechanize: Stateful programmatic web browsing in Python, after Andy Lester’s Perl module WWW::Mechanize scrape: Python module for web browsing and scraping BeautifulSoup: a Python HTML/XML parser designed for quick turnaround projects like screen-scraping I had a quick play with the […]