Thank you @patilsm, I have watched a couple videos (ie. Brian Ekins from the first iteration of the Fusion API) and been trying some code myself, having some successes, but also failures, which lead me down more paths of discovery. I will check these out as well.
@goyals Thank you for the links. I have a better sense of how to use the API reference pdf and webpages now that I have done a bit of programing with Visual Studio Code, the Command Prompt and PyCharm.
I am currently looking for info about how to call a file that is in my project but not open.
My end goal is to automate some of the grading of my students work as they progress, as well as create an add-in that will give them feedback about their CAD. I am still trying to decide what to look at in their file so that I can create benchmarks that they can show mastery of a specific topic in a CAD design.
Right now I am thinking that a good place to start would be to check the students units against a model file, as well as that all the sketches are fully constrained.
I think that that is a good place to start and am working on that piece now.
Thank you for welcoming me into the community and reaching out with help already.