Python Basics Exercises: Reading and Writing Files
Files play a key role in computing, as they store and transfer data. You likely come across numerous files on a daily basis. In Python Basics: Reading and Writing Files, you dove into the world of file manipulation using Python.
In this video course, you’ll practice:
- Differentiating between text and binary files
- Using character encodings and line endings
- Manipulating file objects in Python
- Reading and writing character data with different file modes
- Using
open()
,Path.open()
, and thewith
statement - Leveraging the
csv
module to manipulate CSV data
This video course is part of the Python Basics series, which is complements the book Python Basics: A Practical Introduction to Python 3. Additionally, you can explore other Python