Web scraping in python
Web scraping is the process of using bots to extract content and data from a website
We're going to make use of beautifulsoup, lxml and request
Beautiful Soup is a Python library for pulling data out of HTML and XML files.
lxml is a Python library w...
josephchinedu.hashnode.dev5 min read