IT 117: Intermediate Scripting
Class 7

Course Requirements


Tips and Examples


Review


New Material


Microphone

Graded Quiz

You can connect to Gradescope to take weekly graded quiz today during the last 15 minutes of the class.

Once you start the quiz you have 15 minutes to finish it.

You can only take this quiz today.

There is not makeup for the weekly quiz because Gradescope does not permit it.

Solution to Homework 2

I have posted a solution to homework 2 here.

Let's take a look.

Homework 4

I have posted homework 4 here.

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

Questions

Are there any questions before I begin?

Course Requirements

Collecting and Testing Assignments

Notifying You About Missing Work

Late Work

Tips and Examples

Help with Assignments

No Appointment Needed For Office Hours

Line Numbers In IDLE

Printing a Dictionary in Reverse Order

Review

Adding Entries to a Dictionary

Lists versus Dictionaries

The in And not in Operators

Deleting Elements from A Dictionary

Getting the Number of Elements in a Dictionary

Attendance

New Material

Values in a Boolean Context

Keys Are Immutable

Values in a Dictionary

Dictionary Methods

The clear method

The get Method

The pop Method

The popitem Method

The items Method

The keys Method

The values Method

Real World Dictionary Example

Class Exercise

Class Quiz