Unit 12: Modules, Files, JSON
Students who complete this unit will demonstrate that they can:
- Explain why programs are organized into modules and how to use code defined in another file
- Write a module that works both as a reusable library and as a standalone script
- Read from and write to files for persistent data storage
- Use a structured data format (JSON) to store and exchange data between programs
- Organize a program into multiple files with clear separation of concerns
Contents