Hello, I'm learning python, I saw the basics and I'm in a problem where I need to do operations between arrays. I have, for example, two arrays of equal size D. For each index I in the array, I want to make the difference between the two i-th elements (one of each array) and raise it to the square, then move to another array in which the product will have the same index I, then add all, take the square root and get the Euclidean distance between the coordinates indicated by the array. The challenge is to do this without using loops. Can anyone give me a light? And thanks if you have good material on operations with arrays to indicate. Thanks!