Today’s lesson will be very relevant to the homework assignment for the module.

Students Do: Python Check-Up

Loop Recap

Let’s open up the file in the 02-Ins_SimpleLoops to get started.

Students Do: Kid in a Candy Store – Loop Recap

Students Do: House of Pies – Advanced Loops

Reading Text Files

Reading text files is a staple in terms of data collection and cleaning.

Let’s open up the file in the 05-Ins_BasicRead to get started.

Introduction to Modules

Let’s open up the file in the 06-Ins_Modules to get started.

Students Do: Module Playground

Reading in CSV Files

We will be reviewing the code within the 08-Ins_ReadCSV folder.

Students Do: Reading Comic Book Data

Writing CSV Files

We will be reviewing the code within the 10-Ins_WriteCSV folder.

Zipping Lists

We will be reviewing the code within the 11-Ins_Zip folder.

Students Do: U.S. Census Zip

Introduction to Functions

We will be reviewing the code within the 13-Ins_Functions folder.