Read and write files
Beginner
Developer
Student
Visual Studio Code
Learn how to read from and write to files in Python using context managers to keep your code safe and clean.
Learning objectives
After completing this module, you're able to:
- Open files safely using context managers.
- Read data from text files.
- Write and append data to text files.