I have a small problem here, I\'m trying to sum up entries from multiple files (50), and each of them contain 3 columns. for example, using the first 3 files: file1.txt, fi
http://docs.scipy.org/doc/numpy/reference/generated/numpy.loadtxt.html load into numpy array and then sum arrays.