Some tools for inputing grades into pooler.
Assumes the existence of a file named students.txt containing a list of students from pooler with no grades. e.g.
1234567 ------------------ John_Doe grade=
3456789 ------------------ Jane_Doe grade=
...
When run, the script will look for a file named grades.txt if it does not exist it will be created, if it does exist the program will prompt you to continue at the last grade added. Input grades and strike enter, if no grade is entered the grade will be recorded as 10.
To be used in interactive mode with bpython or iPython. This creates a pandas dataframe with the student grade data ready for further analysis.