In this chapter, you’ll study input-output functions and file processing. In addition, you’ll study regular expressions and how to extract data that matches specific patterns.
File I/O Processing
Python provides numerous methods for input, output, and file processing. You can get input from the screen and output data to the screen as well as read data from files and store data in files.