Home | Contact | About | Articles | Stories | Photos | Switch to Free
Learn Python Part 5: Basic File I/O
In this video, we learn to read and write files on the disk. We also improve our password system by storing the users and passwords in a data file to be loaded each time the program starts so that the environment is not reset each time the program exits.
I made mention in the video to this section of the Python documentation to learn more about what functions are available in file objects.
You can find all the code here.
This work
is licensed under a Creative Commons
Attribution-ShareAlike 4.0 International License.