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 Monday 02/06 at 11:59 pm.
Submit on GradescopeSubpages
- Background - Background information on image blurring for this assignment.
- Setup - Instructions to download and setup the homework.
- Programming - Complete the programming component of the homework.