1. Introduction to Beautiful Soup
- Author
-
Jeri Wieringa
- Subjects
Python ,data manipulation ,XML ,HTML ,Beautiful Soup ,History (General) ,D1-2009 ,Computer software ,QA76.75-76.765 - Abstract
Beautiful Soup is a Python library for getting data out of HTML, XML, and other markup languages. Say you’ve found some webpages that display data relevant to your research, such as date or address information, but that do not provide any way of downloading the data directly. Beautiful Soup helps you pull particular content from a webpage, remove the HTML markup, and save the information. It is a tool for web scraping that helps you clean up and parse the documents you have pulled down from the web.
- Published
- 2012