Skip to content
Advertisement

Tag: canvas-lms

Syntax for nested dictionaries in Python

I’m developing Python scripts for the automated grading of assignments using CanvasAPI, an API wrapper in Python for the Canvas learning management platform. In studying the documentation, I can successfully issue curl commands in Python for a few parameters. For example, this conversion below is for uploading rubric information for a single submission: Curl command per the Canvas API docs:

Advertisement