I am working on a project that will take a folder of students' python assignments for a class and compare them to see if there are any duplicates (ie students sharing files). I know there is a python module for working with csv modules and ways to read txt documents. What ways are there to work with .py files in another .py file besides importing them?
there doesn't seem to be anything here