Instant Hacking
Learn how to program with Python
Programs VS Recipes
- Computers can't handle recipes
- You must talk in a way that the computer can understand--
i.e., use a programming language
- You must talk about things that it can do something with--
e.g., add numbers, write things to the screen, etc.