Useful CSE 160 Resources

Overview

In this assignment, you’ll use Python to modify and extend a program to blur a black and white image. By the end students will be able to:

  • Write Python code using functions, lists, conditionals (if statements).
  • Read and write files in Python.

Submission

HW3 - Homework 3

Initial Submission by Friday 04/21 at 11:59 pm.

Submit on Gradescope

Subpages

  1. Background - Background information on image blurring for this assignment.
  2. Setup - Instructions to download and setup the homework.
  3. Programming - Complete the programming component of the homework.