================================================ How to read and write data using NumPy ================================================ .. currentmodule:: numpy .. testsetup:: import numpy as np np.random.seed(1) **Objectives** - Writing NumPy arrays to files - Reading NumPy arrays from files - Dealing with encoding and dtype issues **Content** To be completed.