In this Python 2.7 Tutorial I focus on how to work with files in Python 2.7. Specifically I show you how to:
- Open a file and access its contents
- Break file content up into pieces and analyze it
- Sort file information
- Write information back to a file
- Search for files in a directory
- Create and Delete directories