Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.83 KB

unit-4.md

File metadata and controls

37 lines (27 loc) · 1.83 KB

Unit 4: Datastores, and Processing CSV Data

Prerequisites: Python Language Overview

Learning Objectives

In this unit, we'll illustrate the concept of program-data independence as we explore integrations between software and datastores. We'll focus on the Comma-separated Values (CSV) data format and learn how to use Python to process CSV data.

Discussions and Notes

Reference Documents

Activities and Exercises