摘要: import numpy as np 一、创建ndarray 两种方式: 1、使用np.array() 2、使用np的routines函数创建 二、ndarray属性 ndim:维度 shape:形状 size:总长度 dtype:元素类型 三、ndarray基本操作 1、索引 2、切片 3、变形 阅读全文
posted @ 2019-02-15 22:04 南辕北辙的天空 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 1、Python网络爬虫之requests模块(1) https://www.cnblogs.com/bobo-zhang/p/9680561.html 2、Python网络爬虫之requests模块(2) https://www.cnblogs.com/bobo-zhang/p/9680673.h 阅读全文
posted @ 2019-02-15 21:33 南辕北辙的天空 阅读(1994) 评论(0) 推荐(0) 编辑