cbind arrays python
np.c_[x,y]
Here is what the above code is Doing:
1. We create a grid of points, with x and y values ranging from -5 to 5.
2. We create a list of points, with x and y values ranging from -5 to 5.
3. We create a numpy array of points, with x and y values ranging from -5 to 5.