BeautifulSoup

How to Parse XML Files Using Python's BeautifulSoup
Data is literally everywhere, in all kinds of documents. But not all of it is useful, hence the need to parse it to get the parts that are needed. XML...
Finding Children Nodes With Beautiful Soup
The task of web scraping is one that requires the understanding of how web pages are structured. To get the needed information from web pages, one nee...
Python BeautifulSoup Tutorial For Beginners
Web scraping is of great importance in today's world. Everybody needs data, from different sources including web pages. In this article, we will look ...