python3爬虫技术路线

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/weifuliu/article/details/82730925

python3爬虫技术路线:
python3——requests库
python3——beautifulSoup库
python3——re库
python3——WordCloud库(博主在爬取网易云音乐是制作了词云)
python3——jieba库(中文分析)
python3——matplotlib库(做数据分析)
python3——json库(json文件处理)
python3——Numpy库(数据科学分析)

猜你喜欢

转载自blog.csdn.net/weifuliu/article/details/82730925