Today’s lesson will be very relevant to the homework assignment for the module.
Students Do: Python Check-Up
Let’s open up the README.md file in the 01-Stu_QuickCheckup folder to get started.
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
Let’s open up the README.md file in the 03-Stu_KidInCandyStore-LoopsRecap folder to get started.
Students Do: House of Pies – Advanced Loops
Let’s open up the README.md file in the 04-Stu_HouseOfPies-AdvancedLoops folder to get started.
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
Look at the README.md to start your activity in the 07-Stu_ModulePlayground folder.
Reading in CSV Files
We will be reviewing the code within the 08-Ins_ReadCSV folder.
Students Do: Reading Comic Book Data
Look at the README.md to start your activity in the 09-Stu_ReadComicBooksCSV folder.
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
Look at the README.md to start your activity in the 12-Stu_CensusZip folder.
Introduction to Functions
We will be reviewing the code within the 13-Ins_Functions folder.