Week 13 Readings
Chapter 8
Textbook Readings
- Log on to your online textbook
- Read the following sections from your textbook
- 8.1. Persistence
- 8.2. Opening files
- 8.3. Text files and lines
- 8.4. Reading files
- 8.5. Searching through a file
- 8.6. Letting the user choose the file name
- 8.7. Using try, except, and open - This is good material, but we won't focus on this in our limited time left.
- 8.8. Writing files
- 8.9. Debugging