Note that there separate sets of assignments for CS 451/651 and CS 431/631. Make sure you work on the correct asssignments!

CS 431/631 Assignments

Assignment 1: Counting in Python due 4:00 pm Jan. 26

For this assignment, you should continue to use Google Colab.

This assignment requires you to implement a mechanism for answering queries about some count-based statistics over tokens in the text of Shakespeare's plays. You will need to upload the assignment file to Colab:

When you have finished, submit A1 using the same procedure you used for A0:

  1. Download your A1.ipynb file from the Jupyter hub to your computer.
  2. Submit your A1.ipynb file to your GitHub repository using the web interface like you did in assignment 0.

That's it! There's no need to send us anything—we already know your username from assignment 0. Note that your A1.ipynb should be committed and pushed to origin before the deadline.

Back to top