Changes

Jump to: navigation, search

Raspberry Pi - Week 3

95 bytes added, 21:39, 19 April 2013
no edit summary
*If you have installed python, you have IDLE. most likely on your laptop as well.
*Raspbian comes with two python installs, Python 2.7 and Python 3. We are going to use 2.7. 3 is the future.
==Python commands==*Example, taking photos and sending them to the laptop. take_photos_and_send.py [[:File:take_photos_and_sendphoto_loop.tar]]*Uses <code>subprocess.call</code>, and <code>time.sleep</code>
*python subprocess documentation - http://docs.python.org/2/library/subprocess.html
*time documentation - http://docs.python.org/2/library/time.html
==Festival example==

Navigation menu