Summary
This chapter dealt with the different output methods in Beautiful Soup. We saw the formatted and unformatted printing in the BeautifulSoup
object and also the different output formatters to control the output formatting. We also saw a method of getting only the text from a web page.
In the next chapter, we will create a web scraper using searching, navigation, and other techniques we have studied in this book so far.