School programming
.ees is eduscratch
.py is python
.md is markdown
Feel free to use this whenever
A collection of instructions that tell a computer to perform a specific task.
The physical parts of the computer (or robot).
The set of programs and applications that make hardware like a computer or robot run
A set of rules and instructions used to write a computer program.
Integrated developmental Environment
Break a problem down into smaller pieces
Finding similarities between things
Pulling out specific differences to make one solution work for multiple problems
A list of steps that you can follow to finish a task
iteration = generic loop name
For loop
While loop
Do-while loop
For-each loop
Repeat loop