A list of 86,055 famous quotes across various categories - alcohol, romance, travel, etc.
Price: $50.00
A list of over 6 million Universal Product Codes (UPC) and their product details.
Price: $100.00
There is a nice website screenshots.com that hosts historic screenshots for many websites
This post will show how to generate our own historic screenshots with python.
Read More
When scraping a website, typically the majority of time is spent waiting for the data to download
So to be efficient I work on multiple scraping projects simultaneously.
Read More
Sometimes I need to import large spreadsheets into MySQL
The easy way would be to assume all fields are varchar, but then the database would lose features such as ordering by a numeric field.
The hard way would be to manually determine the type of each field to define the schema.
Read More