There will be NO resubmission opportunities for HW5.
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 style, as defined by the course style guide
Collaboration¶
Warning
If you discuss an assignment with one or more classmates, you must specify with whom you collaborated in the header comment in your submission. You may discuss with as many classmates as you like, but you must cite all of them in your work. Note that you may not collaborate in a way that is prohibited, even if you cite the collaboration. Please consult the course syllabus for more details.
Submission¶
HW5 - Homework 5 (NO RESUBMISSIONS)
Final Submission by Friday 03/13 at 11:59 pm. Submit on Gradescope
Subpages
- Background - Background and pre-coding work
- Programming
- References