How to Crawl Data from Internal and External Links
In this tutorial we will see how to crawl data across internet and follow internal and external links. Till now we have seen how to scrape data from a single page, but that not usually how we need to extract data. Many times, we need …
How to Resolve SSL & TSL Certificate in Python
Have you ever seen below screen before? All of us have faced this issue while browsing. This happens because the page you are trying to reach is not secure. But how does the browser knows if a page is secure or not? That’s where SSL/TSL …