Difference between revisions of "Raspberry Pi - Week 4"
From Robert-Depot
(→Review) |
(→Review) |
||
Line 5: | Line 5: | ||
*Installed and ran VNC to get a remote desktop on the machine. | *Installed and ran VNC to get a remote desktop on the machine. | ||
*Ran a simple python script to synthesize speech ([[Raspberry_Pi_-_Week_3#Festival_example | example]]) | *Ran a simple python script to synthesize speech ([[Raspberry_Pi_-_Week_3#Festival_example | example]]) | ||
+ | *Learn Python the Hard Way http://learnpythonthehardway.org/book/ | ||
== Scripting == | == Scripting == | ||
== GPIO == | == GPIO == |
Revision as of 07:17, 26 April 2013
Review
- Installed software with apt-get. (including festival).
- Installed and ran VNC to get a remote desktop on the machine.
- Ran a simple python script to synthesize speech ( example)
- Learn Python the Hard Way http://learnpythonthehardway.org/book/