In this module, you will be introduced to lists in python. You will learn about creating lists both empty and with values in them. You will learn about how to add data to your list. You will learn about updating and deleting items on your list. You will learn about searching through your lists.
In this module, you will be introduced to creating and saving files in your code. You will learn how to create a file with your code. You will learn how to write data to your file. You will learn how to close your file after you are finished using it. You will learn about what csv files are.
In this module, you will be introduced to opening and reading form files, you will learn the process is similar to creating files and the same in some places. You will learn about importing the csv library to help with reading csv files. You will learn about taking the data from your csv file and putting it in a list.