beautifulsoup python pypi code example
Example 1: beautifulsoup4 install
pip install beautifulsoup4
Example 2: beautifulsoup python
import bs4 as bs
import urllib.request
source = urllib.request.urlopen('https://pythonprogramming.net/parsememcparseface/').read()