developerWorks: Reading and Writing Data Using Python's Input and Output Functionality
Jan 10, 2006, 05:30 (0 Talkback[s])
(Other stories by Robert Brunner)
"In the previous articles in the 'Discover Python' series, you
learned about the basic Python data types and some of the container
data types, such as the tuple, string, and list. Other articles
discussed the conditional and looping features of the Python
language and how they work together with the container data types
to simplify programming tasks. The last basic step involved in
writing programs is to read data from and write data to a file.
After reading this article, you'll be able to check learning this
skill off your to-do list..."
Complete Story
Related Stories: