常用资源网站链接

爬虫常用资源链接:

    XPath 教程 http://www.w3school.com.cn/xpath/index.asp

    Scrapy :  http://scrapy-chs.readthedocs.io/zh_CN/1.0/intro/tutorial.html

                              https://doc.scrapy.org/en/1.2/

    lxml: http://lxml.de/

    BeautifulSoup: https://www.crummy.com/software/BeautifulSoup/bs4/doc.zh/

             https://www.crummy.com/software/BeautifulSoup/bs4/doc/ (英文)

  requests:http://docs.python-requests.org/zh_CN/latest/

                     http://docs.python-requests.org/en/stable/ (英文)

 

Django资源:

    中文文档:http://django-chinese-docs.readthedocs.io/en/latest/

    官方文档:https://www.djangoproject.com/

 

Linux资源:

鸟叔私房菜-基础:http://linux.vbird.org/linux_basic/#top

鸟叔私房菜-架设:http://linux.vbird.org/linux_server/

Shell编程:http://billie66.github.io/TLCL/book/index.html

 

 

服务器集群搭建:

Tengine:http://tengine.taobao.org/nginx_docs/cn/docs/

 

常用python第三方库:

    Paramiko:http://www.paramiko.org/

 

前端资源:

W3school在线教程: http://www.w3school.com.cn/

Jquery:http://www.jb51.net/shouce/jquery1.82/

Bootstrap:http://www.bootcss.com/

Html参考手册:http://www.w3school.com.cn/tags/index.asp

Css选择器:http://www.w3school.com.cn/cssref/css_selectors.asp

Css:http://www.w3school.com.cn/cssref/index.asp

原文地址:https://www.cnblogs.com/zhangjpn/p/6838492.html