Python Data Storage

When the user closes our program, all our variables are lost. What if we want to remember them til next time the user runs our program? Then we need to store their values in files on the file system. Let's take a look at how to do that in this lecture.

Lecture material