IT 117: Intermediate Scripting
Class 8

Review


New Material


Studying


Microphone

Readings

If you have the textbook read Chapter 9, Dictionaries and Sets section 9.2, Sets.

Homework 4

I have posted homework 4 here.

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

Quiz 2

I have posted the answers to Quiz 2 here.

Let's review the answers.

Questions

Are there any questions before I begin?

Review

Values in a Boolean Context

Keys Are Immutable

Values in a Dictionary

Dictionary Methods

The get Method

The pop Method

The popitem Method

Attendance

New Material

Sets in Mathematics

Set Membership

Subsets and Supersets

Union of Sets

Intersection of Sets

Difference between Sets

Symmetric Difference between Sets

Sets in Python

Set Literals

Creating a Set in Python

The Empty Set

Adding Elements to a Set

Removing Elements from a Set

Why Must Set Elements Be Immutable?

Studying

Class Exercise

Class Quiz