
Python
Web Scraping Databases with Mechanical Soup and SQlite
In this step by step tutorial, learn how to extract a huge table of data from the internet and store it inside an SQLite database.
Read More
Python
Better Web Scraping with Mechanical Soup
I wrote a lot of web scraping libraries back in the day in C#. I had considered porting my library to Python. Python Simplified discusses the benefits of using Mechanical Soup over Beautiful Soup for web scraping.
Read More