Its last Thursday of the month and that means the python SD meetup. I presented a session on “Redis and Python” – An introduction to Redis, use cases, the redis API, conventions and some code samples.
Download the presentation and code samples.
Presentation:
1. redis.txt – It is a text file, as usual I like to avoid fancy presentation software.
2. tax_2007.csv – A sample data file from data.gov
3. import_data.py – a quick script that imports the csv data into redis.
4. taxes.py – A python script that prints tax returns in a given state, reads data from redis.
A larger redis python example:
https://github.com/pims/retwis-py
Want to try building an application using redis and python?
Fork this: https://github.com/t20/meetupslides