Beautiful Soup Feb. 21, 2010, 7:49 p.m.

Python module to process html and xml trees.

tools software reference webdev web programming python scripting tool html screenscraping

Emulating a Browser in Python Feb. 20, 2010, 5:24 p.m.

Set of examples for using mechanize to load urls, submit forms and process pages.

howto programming automation python mechanize screenscraping examples tutorial