Working with files
There are several ways to present the output of a program; data can be printed in a human-readable form, or written to a file for future use. [2]
File input / output[edit]
File formats[edit]
XML[edit]
JSON[edit]
Plain Text[edit]
Helpful Links[edit]
- Click here for a cheatsheet for working with Python files
- This is a good newbie guide with examples for working with Python