IT 116: Introduction to Scripting
Class 19

Today's Topics

Tips and Examples

Review


New Material

Reading Assignment

You should read Chapter 7, Lists and Tuples, from our textbook, Starting Out with Python, before next week's class.

Homework 9

I have posted homework 9 here.

It is due this coming Sunday at 11:59 PM.

Quiz 6

I have posted the answers to Quiz 6 here.

Tips and Examples

A Simple Function

Don't Use readline() in a for Loop

Review

Getting Rid of Newline Characters

Writing and Reading Numbers

Appending Data to an Existing File

Reading Files with a for Loop

New Material

Running a Script Using python3

Running a Script Without python3

Why Make a Script Executable?

Averaging the Numbers in a File

Records

Reading Records from a File

Finding the Average From a File of Records

Additional Processing of Records

Closing a File Object

Looping Through a File More Than Once

Attendance

Class Quiz