Introduction to Programming
Welcome! My name is Eli, and this is an old web site for a programming class that I taught in the Chico Library's maker space in 2018.
Below are links to the outlines for the 4 classes so far.
- 1st Lesson Outline
First Lesson Homework: Use what you learned in class
to
draw a
house.
- 2nd Lesson Outline
Second Lesson Homework: Using *only* the following
commands,
see if you can make a rainbow: setpensize, arc, setpc, lt.
Here is the rainbow I made: 
Use the command:
? help "arc
to see the help entry for the arc command.
Once you've made a rainbow, see if you can "teach" LOGO how to make rainbows of various sizes. Hint: (start
with)
? to rainbow :size
Save your rainbow function onto your USB drive and bring it to next week's class.
- 3rd Lesson Outline
- 4th Lesson Outline