Governor's Career & Technical Academy Arlington

CSC 221 Weekly Assignments: Week 3

CSC 221


Overview

You will have your first quiz on Chapter 2: Variables, expressions and statement at the beginning of class on Tuesday. We will then begin Chapter 3: Strings, lists and tuples.

Thursday, September 12th

Classwork

Give the previous background in Python that you have already, I've updated our planning calendar so that we have a more time for the fun stuff.

We'll have another short quiz on Monday based on the Chapter 3 Exercise Set 1: Doctest Exercises. You'll have class time to begin working on those exercises, but before that I would like to you a workflow you can use to submit your Python work to your git repository.

Specifically, I will work through a solution to the Four friends and a movie exercise from your homework.

Homework

Complete the exercises in Chapter 3 Exercise Set 1: Doctest Exercises.

Tuesday, September 10th

Classwork

We will begin class with our first quiz on Chapter 2: Values, expressions and statements. If you did the exercises in Chapter 2 Exercise Set 1: Introducting Doctest you will be ready for this quiz.

Then we will talk about Python's sequence types. I will demonstrate their uses and discuss common operations on sequences in class, and then draw your attention to important things to pay attention to as you read Chapter 3: Strings, lists and tuples in our online textbook.

Homework

Complete the exercises in Chapter 3 Exercise Set 0: Chapter Review.