✏️
wiki
  • Introduction
  • Career
    • Data Science
      • Machine Learning
      • Natural Language Processing
      • Datasets
      • Computer Vision
      • Data Engineering
      • Web Scraping
      • Data Visualisation
    • Robotics
      • Localisation
        • Kalman Filtering
    • Web Development
      • React
  • Tech
    • Apps
      • Mac OS
        • Magnet
        • PDF Expert
        • PixelSnap
        • Digital Colour Meter
        • Daisy Disk
        • Alfred
        • Bartender
        • iStat Menus
      • Linux
        • Playerctl
      • Terminal Emulators
      • Text Editors
      • Shell
    • CLI
      • Git & Github
      • Monitoring
    • Desktop Customisation
  • Lifestyle
    • In progress... :)
  • Blog
    • Why I Migrated from Windows to Linux
Powered by GitBook
On this page

Was this helpful?

  1. Career
  2. Data Science

Web Scraping

Web Scraping is data extraction from websites utilising HTTP or through a web browser. A website is built using a mark-up language such as HTML, which can be parsed to extract useful data.

PreviousData EngineeringNextData Visualisation

Last updated 4 years ago

Was this helpful?

Resources

  • is a Python library for pulling data out of HTML and XML files.

  • is a tool that automates browsers. This can be helpful for dynamic web pages built with JavaScript.

Beautiful Soup
Selenium