Parser LXML

pip install lxml

soup_object= BeautifulSoup(markup,'lxml') # C dependent parser
Narnia