pip install beautifulsoup4 from bs4 import BeautifulSoup Soup = BeautifulSoup(page_name.text, 'html.parser') pip install requests import requests paga_name = requests.get('url_name') pip install pandas import pandas as pd python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose import numpy as np pip install seaborn import seaborn as sns python -m pip install -U matplotlib import matplotlib.pyplot as plt import sklearn pip install -U scikit-learn pip install RISE