python numpy arange

1.用numpy来快速生成矩阵

np_data=np.arange(6).reshape(2,3)

前者产生一个列表

你可能感兴趣的:(python numpy arange)