Cool Computer Science Thing of the Day
- Michael’s summer project: Hello, Code!
Reading Questions
Quiz
Emacs Tip of the Day
- Run keyboard shortcut (Emacs Commands)
Post-lab Review
- Many ways to solve let’s do one that uses the diamond from the lab
- Comments make it easier for other people to understand
- Let’s improve it with variables
- Let’s add a second cube next to the first, must calcuate offset
- need to lift the pen
- add text for fun
Types
- Values, literals, and types
- String, why the quotes?
- Int and float, why two numbers?
Variables
- Naming values
- The power of variables
- Name errors
- Emacs highlighting
- Name style
- Constants
Expressions
- statement vs expressions
- some operators