Feed on
Posts

Tag Archive 'libraries'

Notes From a Small Internet

Beautiful Soup is a great little Python module that will read just about any HTML page and give you back a structured parsed tree. It’s awesome because you can pass it just about any mangled markup - I’ve never known it to choke on anything. For some web service consumers I’ve had to write over […]

Read Full Post »