Being able to access more memory, processing, and storage on the fly is a great resource to have in your back pocket in case you’re ever in a situation where you need it. Launching an EC2 cluster with extra computing power can be pretty easy. Amazon has a well-detailed guide for its EC2 offerings here. I highly…
Category: How-To
Scraping Basics with Python
Before I share some basics of a scraping effort, if you need lots of data like this, I highly recommend just reaching out to the data providers and asking for it. This can save you a lot of time and they may prefer it to you stressing their servers with multiple back-to-back automated queries. There…