It's a really creepy feeling. I'm playing with NumPy, a multidimensional array library for python. The problem with multidimensional data is that you keep having to reorder it, or if you want to manipulate it, you need to write the proper functions to traverse the data. I got tired at digging around the manual to find the best way to do what I want
(
Read more... )