Python Class 1:


C1: Printing Commands; using Python to say things

Python Class 2:

C2: Arithmetic Operations; Using Python to calculate math

Python Class 3:

C3: Declaring a Variable; Using Python to store a variable

Python Class 4:

C4: Boolean Expressions; Using Python to check True or False

Python Class 5:

C5: For Loops; Using Python to execute code in a loop

Python Class 6:

C6: While Loops and Nested Loops; Using Python to execute code under certain circumstances

Python Class 7:

C7: Strings and String Methods; Using Python to store a string

Python Class 9:

C9: List and List Algorithms; Using Python to store a list

Python Class 10:

C10: Writing and Calling Functions; Using Python to define and store a function

Python Class 11:

C11: Recursive Loop; Using Recursion in Python For Loops

Python Class 12:

C12: Searching and Sorting Algorithms; Using Searching in Python

Python Class 13:

C13: Reading and Writing Files; Using Python to open files

Python Class 14:

C14: Object Oriented Loops; Using Python to write Object Oriented Programs

Python Class 15:

C15: Pygame; Using Pygame to create a graphic image