Python — Beautiful Soup All Notes with Projects

HKN MZ
3 min readMay 2, 2021

Beautiful Soup is a Python package for getting data out of HTML ,XML documents and other markup languages. We can use this package for getting data from java script or dynamically loading pages. It only fetches the contents of the URL that you give and then stops.

Beautiful Soup installation is so easy for your Python environment. Just type pip install bs4 .

pip install bs4

Beautiful Soup supports the HTML parser included in Python’s standard library, but it also supports a number of third-party…

--

--

HKN MZ

I am writing about Sql Server, Elasticsearch and Python. İ am an Database Administrator on SQL Server and Elasticsearch more than 5+ years.