Webscraping is a Python newbie’s best friend. It’s impressive, has inherent utility, but is also surprisingly intuitive. Thanks to modules like bs4, lxml and request, your can learn to implement a reliable scraper in less than an afternoon. In this tutorial, we’ll use the Scrapy library to build a webscraper…