5,710
edits
Changes
no edit summary
=Review=
Connecting to the pi from a local computer with shhssh.
=Graphical Interface through the Network=
*VNC, '''Virtual Network Computing''':
*Try installing it all from the LXTerminal in your VNC window. (There is a link on your desktop).
*Installing. follow these instructions: http://elinux.org/RPi_Text_to_Speech_(Speech_Synthesis)
==Basic Scripting with command-line tools with python==
*IDLE - Python's Integrated DeveLopment Environment.
**an IDE.
*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.