• Unit 7: File Handling

    It is all well and good that data can be created within a program via variable assignments and user input. However, we must also be able to deal with data stored in files. In this unit, we will introduce methods for reading data from and writing data to a file. At its heart, Python is an object-oriented language. Pay attention to the syntax we use here, which will prepare you for the rest of the course.

    Completing this unit should take you approximately 2 hours.

    • 7.1: File Input and Output

    • 7.2: Visualizing Data from a File

    • Study Session Video Review

    • Unit 7 Review and Assessment

      • Receive a grade