Files and data formats
Programs often need to store and exchange information. Files and common data formats provide structured ways to persist and share data.
- Reading and writing text files — Opening, reading, and saving plain text.
- Working with JSON files — Loading and writing structured key–value data.
- Working with CSV files — Handling tabular data in rows and columns.