How to Program: Computer Science Concepts and Python Exercises
Files and Strings
S1 E6:
Learning the fundamentals of files; the file format that one writes to and reads from is typically one long string of alphanumeric characters; how these differ from binary files such as images, which are composed of 1s and 0s.