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. This chapter will discuss some of the possibilities.[2]
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