C1: Printing Commands; using Python to say things
 C2: Arithmetic Operations; Using Python to calculate math
C3: Declaring a Variable; Using Python to store a variable
C4: Boolean Expressions; Using Python to check True or False
C5: For Loops; Using Python to execute code in a loopÂ
C6: While Loops and Nested Loops; Using Python to execute code under certain circumstances
C7: Strings and String Methods; Using Python to store a stringÂ
C9: List and List Algorithms; Using Python to store a listÂ
C10: Writing and Calling Functions; Using Python to define and store a function
C11:Â Recursive Loop; Using Recursion in Python For Loops
C12: Searching and Sorting Algorithms; Using Searching in Python
C13: Reading and Writing Files; Using Python to open files
C14: Object Oriented Loops; Using Python to write Object Oriented Programs
C15: Pygame; Using Pygame to create a graphic image