-
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!
Overview
Syllabus
-
- Python Intro Video Udemy Course
- Download & Setup
- Syntax and Commenting
- Variables & Data types
- Composite Data Types and Mutability
- Numbers
- Lists
- Strings
- Tuples
- Sets and Frozensets
- Dictionaries
- If Statements
- While Loops
- For Loops
- Python Functions video for courses
- Class Objects Course Video