posted by Thom Holwerda on Mon 9th Jan 2006 19:29 UTC
Icon"In this article, you learn how to work with files. First, we review a simple way to output data in Python, using the print statement, then learn about the file object, which is used by Python programs to read and write data to a file. The different modes with which a file can be opened are demonstrated, and the article concludes by showing how to read and write a binary file."
e p (0)    5 Comment(s)