Intro
To run python, go into Terminal, and type python to run the python console. You get the >>> prompt.
Concepts
- Command class - [1]
- Modules - [2]
- Class - a bundle of data and functionality [3]
- Object - is an instance of a class
- Method - a function
- Data - variables