blog posts on python, data science, and interesting things

How to set up a python Cron job

Date Published: 2015-03-11
Summary:

I recently wanted to set up a couple of python scripts that would run regularly and pull down data via APIs and web scraping. This post walks you through the process of setting that up for yourself.


more…>

Scraping and searching for undervalued movie stars (and fun with plotly)

Date Published: 2015-02-01
Summary:

Using the popular Beautiful Soup python package for web scraping, I pulled down data on thousands of movies and looked for actors, directors, and writers that have significantly impacted box office revenues during their careers.


more…>