A place to store all my .py utility scripts.
1.2folderComparison: Compares the contents of two directories and print the extra files in each folder. (for quick check before synching backups.)
2.stringSplitter: Split input string by given delimiter, prints the splitte string.
3.Zoflog2_csv: Processes an input csv by selecting a subset of columns, and doing a Z(log2()) normalization transformation on selected columns. Outputs a new csv file of customizable name at desired directory.