https://github.com/mattvenn/python-workshop
https://github.com/mattvenn/python-workshop
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattvenn/python-workshop
- Owner: mattvenn
- Created: 2013-08-26T10:40:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T11:52:51.000Z (about 10 years ago)
- Last Synced: 2024-12-07T04:40:49.279Z (about 1 year ago)
- Language: Python
- Size: 2.34 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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