Python3实战——爬虫入门
Posted jiangbei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python3实战——爬虫入门相关的知识,希望对你有一定的参考价值。
一、安装库
使用conda安装:
conda install requests
如果出现解析环境问题,需要激活conda环境:
https://www.cnblogs.com/jdemarryme/p/8745138.html
之后就可以使用conda list查看已安装的库了(激活环境:https://blog.csdn.net/helloworld_again/article/details/91127603)
二、入门
参考教程:https://www.w3cschool.cn/python3/python3-o3x12pw7.html
以上是关于Python3实战——爬虫入门的主要内容,如果未能解决你的问题,请参考以下文章