三云时光

三云时光

window10下Anaconda安装以及国内下载镜像代理配置_scrapy安装以及项目创建

1、window10下载安装 Anaconda https://docs.conda.io/en/latest/miniconda.html 选择Miniconda3-latest-MacOSX-x8


云哥  1737  2020-02-28 阅读全文

python3.8.1 入门基础学习 之【 BeautifulSoup 基础学习,python爬虫爬百度搜索右边 搜索热点 数据】

第一、下载安装 BeautifulSoup pip install beautifulsoup4 第二、编写爬虫爬百度搜索右边热点数据 import requests from bs4 import


云哥  1141  2020-01-03 阅读全文

python3.8.1 入门基础学习 之 【 requests 基础学习,python3爬虫必备基础】

0、安装 0.1、pip安装 pip install requests 0.2、pipenv安装在虚拟环境下安装 pipenv install requests 0.3、使用之前必须在文件中导


云哥  1106  2020-01-03 阅读全文

python3.8.1 入门基础学习 之 【 Python 第一手学习文档】

当然、第一手文档正式官方文档了,这个是3.8版本的文档 https://docs.python.org/3/whatsnew/3.8.html


云哥  912  2020-01-02 阅读全文
python3.8.1 入门基础学习 之 【if else 条件判断】 使用python 判断输入年龄 得到年龄段

python3.8.1 入门基础学习 之 【if else 条件判断】 使用python 判断输入年龄 得到年龄段

python3.8.1 判断语句学习 def ifElseTest(): age = int(input("请输入你家狗狗的年龄: ")) if age <


云哥  2292  2019-12-31 阅读全文