scraping site data with beautiful soup
https://www.crummy.com/software/BeautifulSoup/bs4/doc/
a simple website.html has been added to the project :
android studio jsoup version :
from bs4 import BeautifulSoup
# import lxml # use as alternative to html.parser
with open("website.html", "r"...