In this project, data was extracted from websites by asking questions about "what is"
Install the following packages
from __future__ import barry_as_FLUFL
import csv
from urllib.request import Request, urlopen
import re
from googlesearch import search
from urllib.request import urlopen
import pandas as pd
from zmq import NULL