Code is also generally maintained at my Github page, https://github.com/Itsonlydata

Instructions for how to use these files are contained within the .py file itself – open it with any text editor (like Notepad or Textedit) to set file names and paths etc appropriately.

logsim [.py] [git]
A package that simulates ITS-like student logs based on Bayesian Knowledge Tracing (BKT) prior parameters.

CSV Join [.py] [git]
A small script that combines multiple .csv files, as long as the headers are the same.

CSV Split [.py] [git]
A small script that splits a single .csv file into multiple smaller .csv files.

Empty Folder Deleter [.py] [git]
Deletes empty folders from a specified path. Doesn’t search recursively, only goes down one level.