UWPCE-PythonCert / ProgrammingInPython

Course Materials for the introductory class of the UWPCE Python Certificate program
https://uwpce-pythoncert.github.io/ProgrammingInPython
Other
13 stars 9 forks source link

Add saving data to a file to mailroom? #47

Open PythonCHB opened 3 years ago

PythonCHB commented 3 years ago

A number of students take it upon them selves to save the mailroom donor data to a file (and re-load it on startup)

I think we should make it a required part of the program -- at some point -- at least at the end when they make an OO version, but maybe earlier?