A readable, fast, general purpose programming language that is
May be installed from source
(or if on a Mac, I recommend installing Homebrew)
student_count = 8
course_title = "Product Design & Prototyping"
students = ["Amy", "John", "Lynn"]
The Set Up
import RPi.GPIO as GPIO
import time
GPIO.setwarnings(False)
GPIO.setmode(GPIO.BOARD)
state = true
# endless loop, on/off for 1 second
while True:
GPIO.output(7,True)
time.sleep(1)
GPIO.output(7,False)
time.sleep(1)
Complete Hello, World! through Functions
https://www.learnpython.org/
https://www.codecademy.com/learn/learn-python
https://snakify.org/
https://learnpythonthehardway.org/python3/
https://www.rhino3d.com/tutorials