I have a directory containing .csv's named like so: 2015-05-01.csv 2015-05-08.csv 2015-05-15.csv Each .csv contains a set of data points (say, from column 4, where rows 4, 5 and 9 are individual ...
So, I'm testing/debugging my physics simulation framework by simulating a segway -- I thought it would be a good way to hammer on my python bindings and my threading implementation. So far both seem ...