Working with files#

When using a computer to carry out mathematical tasks with a computer there is often a need to make use of stored information. This could be sequences of numbers, empirical data or indeed lists of prime numbers. On computers, this information is stored in files.

Important

In this chapter we will cover:

  • How to use the python standard library to read and write to files.