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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?