
Dancing with Python
By :

We use files to store data in information for later reuse. In this chapter, we looked at Python functions for moving around and examining the file system controlled by the computer’s operating system. We learned that files come in two varieties, text and binary. We saw how to access the files and read and write to them for each variety.
Other than pickling and using JSON, you can use a database to save and retrieve information, though we do not cover that here. We explore working with datasets with pandas in Chapter 14, Analyzing Data.
We have now completed Part I and the fundamentals of Python. We now examine and implement classical and quantum algorithms and circuits in Part II.