Scraping Web Sites 

Websites used in the codes shared in this section are specifically used for learning scraping methods and do not require permission to work with them. Here they are:   books to scrape  quotes to scrape

In Anaconda Jupyter Notebook to clear long outputs after running the code simply select the output cell and enter letter 'o'. The output will be cleared.  When scraping the web sites it is one feature that is quite useful.

Required Libraries

Importing the libraries used to extract the websites is the first step for web scraping. 

Needed libraries could be downloaded from Anaconda Jupyter Notebook as shown in the image below, definitely making sure the versions downloaded are up to date.