Basics of File I/O using Python¶
As part of this section or module we will go through some of the basics related to File I/O using Python as programming language.
- Overview of File I/O
- Folders and Files
- File Paths and Names
- Overview of Retail Data
- Read Text File into String
- Write String to Text File
- Overview of modes to write into files
- Overview of delimited strings
- Read CSV into list of strings
- Write strings to file in append mode
- Managing Files and Folders using Python