5. Working with External Data#

Covered in this Chapter

  1. Text Files

  2. The With Operator

  3. How to Open Text Files in Python

  4. How to Read from Text Files in Python

  5. How to Write to Text Files in Python

  6. JSON data format

  7. json.dump()

  8. json.load()

  9. The glob library

  10. Working with os

  11. Walking Directories