In our old blog, we checked how to handle http errors by importing HTTPError. This blog explains how to handle url errors, which occur due to mistyped URLs or servers not found.More
Tag Archives: WebScraping
HTTP Error exception handling
In web scraping, two things can impact the running status of a program: The first is that the page is not found on the server and the second is that the URL is mistyped or not found.More
Display title tag with the use of BeautifulSoup libraray
In this blog, we will create a simple program with the beautifulsoup library to print title tag. This program makes use of the urlopen function from the urllib library.More
Simple web scraping using beautifulsoup library
In this blog, we will do simple web scraping using beautifulsoup libraryMore