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
Recommended reading
- The following chapters in the book How to Think Like a Computer Scientist: Interactive Edition: