Programming in Python with Images: Lesson Design

Contents

Help Wanted

We are filling in the exercises below in order to make the lesson plan more concrete. Contributions (both in the form of pull requests with filled-in exercises, and comments on specific exercises, ordering, and timings) are greatly appreciated.

Process Used

This lesson was developed using a slimmed-down variant of the “Understanding by Design” process. The main sections are:

  1. Assumptions about audience, time, etc. (The current draft also includes some conclusions and decisions in this section - that should be refactored.)

  2. Desired results: overall goals, summative assessments at half-day granularity, what learners will be able to do, what learners will know.

  3. Learning plan: each episode has a heading that summarizes what will be covered, then estimates time that will be spent on teaching and on exercises, while the exercises are given as bullet points.

Stage 1: Assumptions

Stage 2: Desired Results

Questions

How do I…

Skills

I can…

Concepts

I know…

Stage 3: Learning Plan

Summative Assessment

Running and Quitting Interactively (09:00)

Variables and Assignment (09:15)

Displaying Images (09:35)

Resizing Images (09:55)

Loops (10:15)

Coffee: 15 min (10:45)

Conditionals (11:00)

Lists (11:30)

Lunch: 60 min (12:00)

Writing Functions (13:00)

Documentation (13:40)

NumPy Arrays (14:00)

Coffee: 15 min (14:35)

Testing (14:50)

Python Scripts (or, life outside the Notebook) (15:20)

Wrapping Up: 10 min (15:50)

Finish (16:00)