Working With Beautiful Soup in Python
Beautiful Soup is a famous Python library which is generally used to get the desired data from HTML, XML files using your famous parser(html5.parser, lxml parser) for navigating, searching and modifying the html tree. In this series, First we will learn the basics of the …