IT 116: Introduction to Scripting
Class 12

Today's Topics

Tips and Examples

Review


New Material

Homework 6

homework 6 has been posted

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

Requirements for Functions

The new homework assignment requires you to define functions

When you write these function you must pay attention to the function requirements

Functions Requirements

Tips and Examples

Writing Python Scripts with a Text Editor

The Command Line

Colorizing nano

Review

Calculation a Running Total

Augmented Assignment Operators

Functions

Using Functions in Writing Programs

Two Types of Functions

Function Names

Defining a Function

Calling a Function

New Material

Top Down Design

Example of Top Down Design

The Advantages of Isolation

Specifying the Work for a Function

Keep It Simple

Running Programs and the Operating System

How the Interpreter Uses Process Memory

Parameters

Local Variables

Parameters Are Local Variables