Lenguaje de Marcado de Hipertexto

Web scraping en Python

Thomas Laetsch

Data Scientist, NYU

Ejemplo principal

html-tree-code1.png

html_demo.png

Web scraping en Python

Etiquetas HTML

html-tree-code1.png

  • <html> ... </html>
  • <body> ... </body>
  • <div> ... </div>
  • <p> ... </p>
Web scraping en Python

El árbol HTML

html-tree-code1.png

html_tree_1.png

Web scraping en Python

El árbol HTML: ejemplo 1

html-tree-code3.png

html_tree_3.png

Web scraping en Python

El árbol HTML: ejemplo 2

html-tree-code4.png

html_tree_4.png

Web scraping en Python

Cierre de Introducción a HTML

Web scraping en Python

Preparing Video For Download...