初学Python,刚接触了BeautifulSoup模块,就拿爬取赶集网租房信息小试身手,以此彰显Python的威猛强大。
一、环境配置:
1、Python 3.6.1 (windows 10 64位系统)
2. Pycharm 编译器
二、相关模块的安装:
1、bs4 :可通过在shell中pip install bs4 进行安装。
2. urllib.parse: python自带
3. requests :python 自带
初学Python,刚接触了BeautifulSoup模块,就拿爬取赶集网租房信息小试身手,以此彰显Python的威猛强大。
一、环境配置:
1、Python 3.6.1 (windows 10 64位系统)
2. Pycharm 编译器
二、相关模块的安装:
1、bs4 :可通过在shell中pip install bs4 进行安装。
2. urllib.parse: python自带
3. requests :python 自带