numpy to add two lists together in python code example
Example: how to append two numpy arrays
#concatenating through column(axis = 1)
numpy.concatenate((N,M),1)
#concatenating through column(axis = 1)
numpy.concatenate((N,M),1)