numpy

numpy.asarray

numpy.frombuffer 用于实现动态数组,接受buffer输入参数,以流的形式读入转化成ndarray对象

numpy.arange

numpy.linspace

numpy.logspace

slice或者:

索引和切片索引

高级索引:整数数组索引

原文地址:https://www.cnblogs.com/lansebandaoti/p/10463594.html