Lightning Talk example of how I applied Redis and Cron in a current Python project. High level explanation of how to quickly use both. Presented at San Francisco Python Meetup Nov 2013.
server / key-value store ~ dictionary redis-server Cronjob (http://en.wikipedia. org/wiki/Cron) Unix software to automate commands at a specific time crontab -e @nyghtowl
* cd /Users/[computer_name]/../sun_finder_project && source . /env/bin/activate && ./env/bin/python ./daily_weather_results.py Translation: 7AM daily change directory to project file && activate virtual environment && run python on file to store redis data @nyghtowl