
python
Demon_LHY
程序小白
展开
-
python 调用xlrd 读取excel 内容BeautifulSoup获取html特定标签的属性
python 读取excel 插件很多,最简单常用的还是xlrd xlwt 这连个,两个互补,xlrd读取,xlwt 写入 从网上找到一张操作excel的插件对比表 xlrd 读取excel 的代码如下,xlrd 只能操作xls文件,xlsx文件会报错 wb = xlrd.open_workbook(filename="00excel/list.xls") table=wb.sheet_by_index(0) nrows111 = table.nrows #行数原创 2021-03-31 11:51:52 · 425 阅读 · 0 评论 -
P01.python win10 安装
Python最新源码,二进制文档,新闻资讯等可以在Python的官网查看到: Python官网:https://www.python.org/ 1.安装文件下载 Pythonwindows下载地址:https://www.python.org/downloads/windows/ 2.安装步骤 下载完成后双击, 选择快捷安装,会默认为当前用户安装,安装路径一般为 咱们选择Customize installation 并勾选add Pythonx.XtoPATH...原创 2020-12-14 22:33:15 · 184 阅读 · 0 评论