Course Home Online Lessons
Related LinksOnline DevelopmentLessonsReferenceeBooks |
File I/OFiles discussed in the videosDownload the google-python-exercises.zip file and unzip it someplace where you can work on it. Watch the videos below to see how to use them as you work along with the video. Following the video lessons on windows
Following the video lessons on a mac
Some Useful Unix Commands
File I/O Lessons
Quizlet
QuizTest your file I/O knowledge with this quiz CodeAcademyFILE INPUT AND OUTPUT Word CountHere is the programming assignment that Nick Parlante gave after the first half of the Google Python Course
The file that goes with the exercise is the wordcount.py file from google-Python-exercises.zip in the basic folder. Here is the way I completed the word count assignment.
MimicThis is an optional assignment given in addition to Word Count.
If you want to give it a try, you can use the mimic.py file from google-Python-exercises.zip file and try in the basic folder. |