
Python
Python
Mongo_girl
哈哈哈哈哈哈哈哈
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
学习笔记2—5天零基础入门Python训练营(网易云课堂)
实战案例——爬虫及数据可视化成果图:数据分析步骤: 1 导入模块--makerbean#导入模块-makerbean,并起别名from makerbean import web_crawler_bot as wbot from makerbean import excel_bot as ebot from makerbean import data_analysis_bot as...原创 2020-05-13 21:54:18 · 938 阅读 · 0 评论 -
如何更换sublime中Python路径
选择Tools-- Build System -- New Build System , 出现编辑页,输入以下内容:(路径更改为自己电脑中的安装路径){"cmd":["python3.exe", "-u", "$file"],"path":"D:/zothers/PPPython/","file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)","selector": "source.python"}然后保存命名为Python3.s原创 2020-05-12 22:35:06 · 2835 阅读 · 0 评论 -
学习笔记1—5天零基础入门Python训练营(网易云课堂)
111原创 2020-05-13 17:34:50 · 395 阅读 · 0 评论