There are several data stuctures in Python. We’ll cover dictionaries, sets, tuples, and frozensets this week to add to our knowledge of collections. Each one has a specific purpose as we’ll see the differences between each.
Knowing how to work with files in any language is important. In order to work with data, we’ll need to know how to read and write from several types of files. We’ll cover how to work with text files and CSV files.
Understanding dictionaries
Working with dictionaries
Learning other important data collections
Working with files
Creating a sample database ...