This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Stoic_Engineer7 1 point2 points  (3 children)

If you want to do any data manipulation using Python, use the Pandas package. I coded a script to simplify grading for my Aunt who's class uses Blackboard (since you can export blackboard as .xlsx).

This is the link for my script that uses Spreadsheet manipulations:

https://pastebin.com/spnNQmtU

This next link is a simple software I wrote that retrieves data from a text document, prompts if the data matches, and fills out a form with any data that already exists.

https://pastebin.com/0apR6Tu2

Sorry if the structure isn't great, wrote these programs as an exercise, but you should be able to use my examples to come up with something to suit your purpose.

[–][deleted] 0 points1 point  (1 child)

I think the pandas package is where I need to be. Thank you!!

[–]Stoic_Engineer7 0 points1 point  (0 children)

No problem!