Python - 爬蟲 & 基本套件

Pytyon - 爬蟲 & 基本套件

https://medium.com/dualcores-studio/python-x-%E7%B6%B2%E8%B7%AF%E7%88%AC%E8%9F%B2-c30ffda0ad78#.grtoa6lmz

http://bigdata-notes.blogspot.tw/2015/01/windows-7-python.html
安裝requests, BeautifulSoup4, HTMLParser
     在 Windows  叫出命令提示字元(cmd.exe),  依序執行這三列
     (一列執行完成後再執行下一列)
    
        pip install requests
        pip install beautifulsoup4
        pip install HTMLParser


http://yanlong4869.blogspot.tw/2015/09/python-crawler.html

python 3.5 增加sql套件
http://www.cnblogs.com/rusking/p/5090395.html