University of Arizona, Department of Computer Science

CSc 120 (Fall 26): Assignment 2

Start Date: Mon Sep 7
Due Date: Short problems: 7:00 PM, Thu Sep 10
OCA-3 Video: Dictionaries/CSV files
Long problem: 7:00 PM, Tue Sep 15

This assignment aims to work on more complex Python data structures, in particular focusing on dictionaries.

General Requirements

  1. For the long problem, your code should follow the style guidelines for the class.
  2. You may not use material not yet covered in class. See the Restrictions section below. If you don't know what any of those Python contructs are, don't worry, because you can't use them accidentally.
  3. Use of any restricted material will result in a -20 point deduction.

Restrictions

    You may not use concepts and/or short-hand syntax not yet covered in class. The restrictions include the following:

Short Problems (Due 7:00pm Thu Sep 10)

(20 points)

The problems below must be solved and submitted to the PA-02-Shorts folder on Gradescope. Please follow this guide for turning in your short problems: Guide to submitting the short problems

Long Problem (Due 7:00pm Tue Sep 15)

(80 points)

  1. Pokemon data analysis