Intro to Web Scraping
Welcome to the course! Today we will start exploring how Web Scrapping works. Web Scraping is a process that can be used to automatically extract information from websites. It is applied to collect information from Web. For example, compare prices on different platforms or collect the data about stocks.
There are a lot of ways in Python to extract the data. Let's take a look on the comparison of the most popular libraries for Web Scraping: Requests, Beautiful Soup, lxml, Selenium.
In this course, we will focus on the first two libraries. However, Selenium and lxml are extremely powerful tools:
Seleniumsupports work with JavaScript, a programming language that allows developers to -populate fields and menus dynamically.lxmlallows the work with both HTML and XML files.
¡Gracias por tus comentarios!
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 4.76
Intro to Web Scraping
Desliza para mostrar el menú
Welcome to the course! Today we will start exploring how Web Scrapping works. Web Scraping is a process that can be used to automatically extract information from websites. It is applied to collect information from Web. For example, compare prices on different platforms or collect the data about stocks.
There are a lot of ways in Python to extract the data. Let's take a look on the comparison of the most popular libraries for Web Scraping: Requests, Beautiful Soup, lxml, Selenium.
In this course, we will focus on the first two libraries. However, Selenium and lxml are extremely powerful tools:
Seleniumsupports work with JavaScript, a programming language that allows developers to -populate fields and menus dynamically.lxmlallows the work with both HTML and XML files.
¡Gracias por tus comentarios!