0
Doubt about NumPy
Hi. I have a doubt about NumPy. Is there a difference between np.sum(array) and array.sum()? I know the output is the same, but is one faster than the other or something? And the same with all the other functions that you can do in both ways.
2 odpowiedzi
0
Simon Sauter Wow that information is very useful. thank you very much sir