Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 461 Bytes

Web-Scraping

Web Scraping Using Beautiful Soup which is one of the significant Library in Python.

Beautiful Soup:
Beautiful Soup is a Python library for pulling data out of HTML and XML files. It creates a parse tree for documents that can be used to extract data from HTML.


Author-Aadit Sharma