Week 1: Python is not a snake. - SiliconStemAcademy/Python-Programming GitHub Wiki

#Python is not a snake

##DAY 1: ###REVIEW What is code?

What is good code?

Mental model for a computer.
CPU, memory, peripherals

What is Python?

Why Python?
-advantages -disadvantages

Syntax
Built in Functions
If/Else
For loop
While loop
Defining a function.
Comments

###CODE HS EXERCISES Turtle graphics, dip their toes in and play with the new syntax while remembering old techniques.

##DAY 2 Selected code exercises from: "Basic Python and Console Interaction" and "Control Flow"