Pygotham 2014 Talk

使用 asyncio 进行异步 Web 抓取 Talk @PyGotham。「Asyncronous Web Scraping with Asyncio Talk @PyGotham」

  • 所有者: bugra/pygotham-2014
  • 平台: Linux, Mac, Windows
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

pygotham-2014

Pygotham 2014 Talk:
See the abstract&description: http://pygotham.org/talks/60

Conda Installation and Python 3.4 Environment

  • First Install Conda: https://store.continuum.io/cshop/anaconda/
  • Then create a python 3.4 environment using the following two commands
  • If you are using python 3.4, you may still want to create a separate environment
    to be able to run the notebooks standalone and protect your system from
    the side effects(there should not be any) that the following packages may cause
conda create -n py34 python=3.4 anaconda
source activate py34
pip install pyquery
pip install requests
  • The following packages are not necessary for notebooks, but if you want to
    try the code that is in the slides you may want to install it
pip install selenium
pip install splinter
  • For Mac users, if you do not have brew: http://brew.sh/
  • Install phantomjs using the following command
brew update && brew install phantomjs
  • Phantomjs provides its binaries for most of the operating systems in here

主要指标

概览
名称与所有者bugra/pygotham-2014
主编程语言JavaScript
编程语言CSS (语言数: 3)
平台Linux, Mac, Windows
许可证
所有者活动
创建于2014-08-12 22:57:25
推送于2015-03-11 03:43:41
最后一次提交2015-03-10 23:43:08
发布数0
用户参与
星数7
关注者数3
派生数1
提交数19
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?