Web Scraping : Python Web Scraping Tools by Singapore Python User Group

Опубликовано: 03 Апрель 2026
на канале: Python tutorials by AR
42
0

Speaker: Jon Reiter

There are myriad web scraping tools available in Python spanning a broad range of use cases. At the same time there are many surprising gaps in coverage. Further complicating matters, differences which look innocuous in a browser can have an outsized impact on the design of an automated browsing system. In this talk we survey a collection of common web scraping frameworks and work out a mapping from real-world use cases to packages. Along the way we address common questions like:

How do I choose among content parsers? What if a page is dominated by JavaScript or HTML5? If I'm going to control a browser which one should I choose? Can I run this in the cloud with no access to a display? Can I download files?

About Jon:
Jon worked in finance as a derivative trader for a long time before moving back to technology. He is now heading a start-up which aims to re-cast and modernize the way the financial services industry processes market data.

Event Page: https://www.meetup.com/Singapore-Pyth...

If you like this video and would like to see more videos and tutorials on web scraping please show some support by giving me a thumbs up and subscribing. Leave a comment with any questions, or requests for future videos.

What is Web scraping ?

Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. Web scraping software may access the World Wide Web directly using the Hypertext Transfer Protocol, or through a web browser. While web scraping can be done manually by a software user, the term typically refers to automated processes implemented using a bot or web crawler. It is a form of copying, in which specific data is gathered and copied from the web, typically into a central local database or spreadsheet, for later retrieval or analysis.

Web Scraping Playlist:

   • Top 5  Mining cryptocurrency, building gam...  

Other Web Scraping videos:

Web Scraping : Web Scraping with Python by BangPypers
   • Web Scraping : Web Scraping with Python by...  

Web Scraping : Web Scraping with Python by M.Yasoob Khalid
   • Web Scraping : Web Scraping with Python by...  

Web Scraping : Web Scraping with Python by Nikola Milojica
   • Web Scraping : Web Scraping with Python by...  

Web Scraping : Powerful Web Scraping and Searching with Python by Michael Ruegg
   • Web Scraping : Powerful Web Scraping and S...  

Web Scraping : Steps to perform Web Scraping with Python
   • Web Scraping : Steps to perform Web Scrapi...  

Web Scraping : Python Web Scraping Tools by Singapore Python User Group
   • Web Scraping : Python Web Scraping Tools b...  

Web Scraping : Sessions, Requests, Cookies & JSON
   • Web Scraping : Sessions, Requests, Cookies...  

Web Scraping : using requests to pass search parameters to craigslist
   • Web Scraping : using requests to pass sear...  

Web Scraping : using requests to scrape a website for data
   • Web Scraping : using requests to scrape a ...  

Web Scraping : Web scraping with Python using Requests and LXML
   • Web Scraping : Web scraping with Python us...  

Web Scraping : Python Async basics video (100 million HTTP requests)
   • Web Scraping : Python Async basics video (...  

Web Scraping : How do you scrape behind login auth page using Python Requests
   • Web Scraping : How do you scrape behind lo...  

Web Scraping : How to download All WordPress Media
   • Web Scraping : How to download All WordPre...  

Web Scraping : Quick and dirty web scraping with Python
   • Web Scraping : Quick and dirty web scrapin...  

Web Scraping : Using Python to Buy Avengers Tickets First!
   • Web Scraping : Using Python to Buy Avenger...  

Web Scraping : Writing an Email Address Scraper in Python
   • Web Scraping : Writing an Email Address Sc...  

CURL:

Web Scraping : URL Requests with cURL and Chrome Console
   • Web Scraping : URL Requests with cURL and ...  

Web Scraping : Scraping Flickr with cURL for Fun Tutorial
   • Web Scraping : Scraping Flickr with cURL f...  

Celery:

Web Scraping : Scraping w/ Celery
   • Web Scraping : Scraping w/ Celery  

Scrapy:

Web Scraping : Introduction to Web Scraping using Scrapy
   • Web Scraping : Introduction to Web Scrapin...  

Web Crawler:

Web Scraping : Python Web Crawler
   • Web Scraping : Python Web Crawler  

Pandas:

Web Scraping : Python Pandas: storing data into a Pandas data-frame
   • Web Scraping : Python Pandas: storing data...  

Web Scraping : Easily extract tables from websites with pandas and python
   • Web Scraping : Easily extract tables from ...  

Web Scraping : Extract tabular data from PDF with Python - Tabula, Camelot, PyPDF2
   • Web Scraping : Extract tabular data from P...  

XPATH:

Web Scraping : Python + XPath = Extra Parsing Power
   • Web Scraping : Moving Average Calculation ...  

Re Module:

Web Scraping : using python re module to process text files part1
   • Web Scraping : using python re module to p...  
Web Scraping : using python re module to process text files part2
   • Web Scraping : using python re module to p...  
API:
Web Scraping : Moving Average Calculation using Python
   • Web Scraping : Python + XPath = Extra Pars...