Build your own web scraper and learn all about web scraping with Beautiful Soup Overview Learn about the features of Beautiful Soup with Python Extract information from Google's home page Understand how to use a simple method to extract information from websites using Beautiful Soup and the Python urllib2 module Master searching, navigation, content modification, encoding, and output methods quickly and efficiently Try out the example code and get to grips with Beautiful Soup easily In Detail Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extr...