I am a student utililzing Python to gather my grades and put them on a chart.
I am curious if there was a way for me to get my total grade for a course through the Python API
So far, through the canvasapi library, I am able to access a course, but do not see the opportunity to access my grades from there.
Let me know!