Welcome to the Raspberry Pi Workshop Tutorials, brought to you by ModMyPi, BuyaPi.ca, and PiShop.us. In this series, we’ll demonstrate nine projects that can be made using the YouTube Workshop Kit for Raspberry Pi. These projects are a great way to familiarize yourself with the Pi’s input and output functions, as well as creating programs in Python that we’ll use to control the Pi’s hardware.
Tutorial 1 - Hello World
View Tutorial Online: https://www.modmypi.com/blog/youtube-workshop-kit/gpio-and-python-19-hello-world
*** Code Used In This Tutorial ***
#!/usr/bin/python
#Print Hello world
print "Hello World!"
Download
0 formats
No download links available.
Raspberry Pi Workshop Kit Tutorials – 1 Hello World | NatokHD