Module: Working with files

Learning Outcomes

How do I work with files?

To answer this question you will learn to:

  1. Implement a reader with and without a context manager.

  2. Be familiar with the os module and generate readers that can work on different computers.

  3. Recall the modules needed.

  4. Understand the different properties for different file formats.

Readings

Experiential Learning