How To Think Like a Computer Scientist
Runestone in social media:
Follow @iRunestone
Help support us:
Table of Contents
Book Index
Scratch ActiveCode
Navigation Help
Help for Instructors
About Runestone
Report A Problem
Chapters
1. General Introduction
2. Simple Python Data
3. Debugging Interlude 1
4. Python Turtle Graphics
5. Python Modules
6. Functions
7. Selection
8. More About Iteration
9. Strings
10. Lists
11. Files
12. Dictionaries
13. Recursion
14. Classes and Objects - the Basics
15. Classes and Objects - Digging a Little Deeper
11. Files
¶
Files
¶
11.1. Working with Data Files
11.2. Finding a File on your Disk
11.2.1. Glossary
11.3. Reading a File
11.4. Iterating over lines in a file
11.5. Alternative File Reading Methods
11.6. Writing Text Files
11.7. Glossary
11.8. Exercises
Next Section - 11.1. Working with Data Files