Beautiful Soup
I was helping my wife out with a quick script to scrape some data from a site that had a bunch of tables in it. Having only done some regex based scraping before, tables provided a bit of a challenge… Until I found BeautifulSoup. It’s a python library to which you can throw a blob […]