Useful CSE 160 Resources

Overview

In this assignment, you’ll use Python to read in data on global fishing production and consumption, plot and predict trends, and

  • Write a full Python program from scratch and without a starting template
  • Read and process data from a given comma-separated values (CSV) file
  • Build and handle a highly nested structure
  • Create plots and graphs to visualize different aspects of the data
  • Write tests to ensure the validity of your program
  • Practice good coding styles, as defined by the course style guide

Submission

HW8 - Homework 6

Initial Submission by Monday 06/03 at 11:59 pm.

Submit on Gradescope

Subpages

  1. Programming