Physics 212, 2019: Lecture 5
New Python Concepts
- Loops of different types (for and while).
- We started talking about scopes: what happens to the variable i after the for loops finishes executing?
- Variables vs objects, yet again.
- Vector math is always faster than element-by-element math -- we showed this in a simple script in class.