Parse HTML
Mar 20,22In this section we will start writing code for the actual link collection. We will create a new file called …
Read MoreCreate sets
Mar 20,22A set in Python is a collection type that contains an unordered collection of unique and immutable objects. Unlike lists …
Read MoreAdd and delete URLs
Mar 20,22Once we create queue and crawled files, we need to add data to them. We can do this by using …
Read MoreCreate queue and crawled files
Mar 20,22We will create two files inside the project folder for each website we crawl: queue file – this file will …
Read MoreCreate a new project
Mar 20,22We will start with creating a function that will create a folder for each new website. The function will be …
Read MoreCrawler description
Mar 20,22In this course we will write a simple web crawler in Python that will go through all the pages that …
Read More