
python
zzuli-dk
这个作者很懒,什么都没留下…
展开
-
python 正则表达式
http://www.jb51.net/article/54961.htm转载 2017-07-31 10:46:09 · 342 阅读 · 0 评论 -
python 爬虫学习
Beautiful Soup 4.4.0 文档 参考《Python 网络数据采集》 爬虫初步 安装BeautifulSoup( 非python 的标准库,需要单独安装) linux环境下: sudo apt-get install python-bs4 Mac环境下: sudo easy_install pip pip是一个包管理器 pip install beautifuls...原创 2018-10-22 16:17:26 · 385 阅读 · 0 评论