index
scrapy docs : https://docs.scrapy.org/en/latest/
anaconda docs: https://docs.anaconda.com/anaconda/
依赖库lxml 的安装 :https://lxml.de/installation.html 依赖库cryptography 的安装:https://cryptography.io/en/latest/installation/
virtualenv 安装指南:https://virtualenv.pypa.io/en/stable/installation/ virtualenvwrapper 是一个创建virtualenv的便捷工具: https://virtualenvwrapper.readthedocs.io/en/latest/install.html
python无开发经验教程: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers https://learnpythonthehardway.org/book/
快速查找CSS selector工具:https://selectorgadget.com/
XPath教程: http://zvon.org/comp/r/tut-XPath_1.html XPath思维:http://plasmasturm.org/log/xpath101/
Json Lien format : http://jsonlines.org/ JQ: https://stedolan.github.io/jq/
Last updated
Was this helpful?