Monday, March 26, 2018

Python - Some concepts used in Scrapy, BeautifulSoup, Mechanize

Reference:
CSS https://www.w3schools.com/css/default.asp
XPathhttps://www.w3schools.com/xml/xpath_intro.asp
yieldhttps://stackoverflow.com/questions/231767/what-does-the-yield-keyword-do

Examplehttps://www.digitalocean.com/community/tutorials/how-to-scrape-web-pages-with-beautiful-soup-and-python-3

Module "Mechanize"documentation - http://wwwsearch.sourceforge.net/mechanize/faq.html (Python 3 is not yet supported)

No comments:

Post a Comment