Using CSV to add grade and comment to a gradebook

Given that one can assign a grade and a comment the following program takes a spreadsheet exported from a gradebook and augments with a column to the right of the target assignment that has the same name as the column with '*comment'*' appended to it - the grade and comment will be inserted for the indicated student.

./
    

Download insert_grades_and_comments.py 11 2524 new_grade_comments.csv

Look for the changes in the gradebook