This module covers file operations in Python, from basic reading and writing to advanced file manipulation.
- Open, read, and write files
- Work with different file modes
- Handle file exceptions
- Work with CSV and JSON files
- Use context managers
| File | Topic | Description |
|---|---|---|
| basics.py | File Basics | Opening, reading, writing files |
3-4 hours for complete understanding
- Completion of Modules 01-04
- Understanding of strings and error handling
After completing this module, proceed to 08-error-handling.