来源:https://www.numpy.org/devdocs/user/quickstart.html 轴:即维度 eg. [1, 2, 1],有一个轴 [[ 1, 0, 0],[ 0, 1, 2]] ,有两个轴,第一个个轴的长度是2,第二个轴的长度是3 ndarray:numpy的数组类,也叫数组 常用的ndarray属性有: ndarray.ndim the number of axes (dimensions) of the array. ndarray.shape the dimen…