Web Scraping with Python Libraries

The previous two notebook entries established some methods of text processing. The point is to create a file system populated with HTML formatted text documents. This permits the directory to be crawled and scraped. A common way to do this is with Python and Beautiful Soup. Beautiful Soupย is a Python Continue reading Web Scraping with Python Libraries