Useful CSE 160 Resources¶
Learning Objectives¶
In this assignment, you will construct classes with Python to effectively parse and utilize data regarding fishing, population, and farming around the world! For this assignment, you will be doing the following:
- Write a full Python program from scratch and with only a minimal starting template
- Write classes for application in creating data statistics
- 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
- Practice good coding styles, as defined by the course style guide
Submission¶
HW5 - Homework 5
Initial Submission by Sunday 08/17 at 11:59 pm.
Submit on GradescopeSubpages
- Background - Background and pre-coding work
- Programming
- References