VMware Workstation Player course
Mar 20,22About this course This course teaches you how to install, use, and manage VMware Workstation Player, a free desktop application …
Read MoreRun the program
Mar 20,22To run the program, simply enter the values of the PROJECT_NAME and HOMEPAGE variables in the main.py file. For example, to …
Read MoreCreate workers 2
Mar 20,22In this section we will write the code for our workers. We will create worker threads that will be configured …
Read MoreCreate workers 1
Mar 20,22In this section we will write the code that will enable multiple spiders to run at the same time and …
Read MoreCreating the spider
Mar 20,22In this section we will write a code that will ask a user to enter two parameters: the name of …
Read MoreParse domain names
Mar 20,22In this chapter we are going to write two functions in a new .py file. The functions will extract the …
Read More