In this class we'll go over the building blocks of python. Once we understand all of these concepts, we'll be able to build anything and everything in python.Â
Here's what we'll cover:
1. Download and Install Python / Text Editor
 2. Syntax & Commenting
3. Variables & Data Types
4. Composite Data Types
5. Numbers
6. Lists
7. Strings
 8. Tuples
9. Sets & Frozensets
 10. DictionariesÂ
 11. If Loops
12. While Loops
13. For Loops
14. Functions
15. Class ObjectsÂ
This will lead us into how we can utilize the true object oriented programming nature of python!