Talk: https://www.youtube.com/watch?v=IbkId9WGvGM
The scraping is a technique with which you can extract informations from websites: this method is used, for example, by search engines to index the web contents.
Python is well suited to perform operations of this type: we will discuss methods to parse web pages, including complex ones and how is it possible to make automatic login to sites where there are authentication forms with mutable structure.
Using Python you can automate the surfing of webpages we visit every day!