ABSTRACT

In Chapter 9, you will deal with file-based input and output functions, including how to load files, perform basic operations, and save the results back to disk. The difference between a text file and a binary file is covered. Functions needed for manipulation of CSV files programmatically are also addressed. This chapter shows the modules required for navigating and accessing file systems using Python programming language.