In [1]:
import numpy as np

In [3]:
np.lib?

In [ ]:
np.genfromtxt(
np.linspace(1., 4., 6)
np.indices((3,3))

In [ ]:


In [ ]:


In [ ]: