A new way of Scraping the Web: Requests-HTML
Most of us when think about doing web scraping and HTML parsing using python, we use tools like beautiful-soup, scrapy, regular expressions etc. In this article, I will show you the basics of web scraping with Requests-HTML library, by Kenneth Reitz...





