1 -My First Python Programing
2 -Printing in Python
3 -Strings in Python
4 -Escape Character
5 -Variables and Types
6 -Numeric Data Types
7 -Basic Data Types
8 -Comments and Math Operators
9 -Array
10 -strings
11 -type() and str()
12 -Functions
13 -importing modules
14 -variable scope
15 -Intro to Flow Control
16 -if statements
17 -else statements
18 -nested if and else statements
19 -Truthy & Falsy Values
20 -while loops
21 -For Loops
22 -introduction to lists
23 -indexes and list slicing
24 -del and list methods
25 -Lists vs. Strings
26 -Introduction to Dictionaries
27 -Shallow and Deep Copy
28 -GET, KEYS, VALUES, ITEMS, UPDATE, POP, & CLEAR
29 -Introduction of Tuples
30 -Access Tuples
31 -Join Tuples
32 -Tuple Method
33 -Introduction of Sets
34 -Access Sets
35 -Join Sets
36 -Sets Method