Introduction to python web scraping and the Beautiful Soup library - LinuxConfig.org

Web scraping is a technique which consist in the extraction of data from a web site through the use of dedicated software. In this tutorial we will see how to perform a basic web scraping using python and the Beautiful Soup library. We will use python3 targeting the homepage of Rotten Tomatoes, the famous aggregator of reviews and news for films and tv shows, as a source of information for our exercise.
This is a companion discussion topic for the original entry at https://linuxconfig.org/introduction-to-python-web-scraping-and-the-beautiful-soup-library