An open API service indexing awesome lists of open source software.

https://github.com/mattvenn/python-workshop


https://github.com/mattvenn/python-workshop

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Demos and Examples for the CPD python workshop

See the [demos](demos/) here. We cover:

* flickr - uploading photos
* opencv - video processing
* pil - algorithmic image creation
* scipy - graphing
* sorting
* sound - playing sound with pygame
* timelapse - taking a sequence of photos using opencv
* turtle - simulating the old logo turtle
* twitter - posting an update to twitter
* www - a simple web server
* xively - storing and graphing realtime sensor data on the web with xively

# Todo

* flickr, authentication on every computer? why?
* check linux install command for:
** pil
** opencv
** pygame

# Docs todo

* links to PIL draw module
* link to interactivepython.com for turtle