INST 326 Module 4

Topics

Module 4 introduces some techniques for reading and writing data into files with Python. In addition to plain text files (TXT), we’ll also look at two commonly used data serializations: Comma-Separated Values (CSV), and Javascript Object Notation (JSON).

Learning Outcomes

After completing this module, students should understand:

Readings