NingBlog
首页博客系列分类标签

© 2026 NingBlog. All rights reserved.

Built with Next.js, TypeScript, and Tailwind CSS

管理后台

python

2 篇文章

python数据分析与展示-Numpy、Matplotlib、Pandas
2025年12月31日

01.ndarray数组 1.ndarray数组的创建方法 使用数组或元组直接创建 python import numpy as np x = np.array0, 1, 2, 3, dtype=np.int32 y = np.array4

python爬虫
2025年12月19日

01.常用的python库 1.urllib,python自带的请求库 2.requests,第三方请求库,一般用这个 3.bs4,解析库 4.re,正则解析库 5.lxml,xpath解析库,一般用这个 6. ... 暂时没用别的,学了再