
Singapore Traffic Updates
Traffic Updates, Road Closures & Road Works in Singapore are published on LTA OneMotoring website. To understand the traffic conditions...
Jul 6, 2024

SkillsFuture Singapore (SSG) API
Public can create an account to get data related to courses published on the SkillsFuture Singapore website via their API. This notebook...
Apr 14, 2023

Scraping table data off website - Python
This notebook presents two ways of scraping table data off website, one using pandas and the other using BeautifulSoup:...
Sep 1, 2022

PyData Salamanca - Webscraping using BeautifulSoup in Python - Announcement
It was a joy to support PyData Salamanca! Many thanks to my friend VÃctor Vicente Palacios for hosting. We conducted the live stream...
May 3, 2020

Web scraping using Beautifulsoup on embedded html - Process - Python
In this webscraping attempt, I want to get data on countries, sites and categories of sites in one table. One challenge I faced is to get...
Nov 2, 2019

YouTube data analysis - Python
There are various data items, such as channel name, title of video, and number of views, likes, dislikes, and comments, that can be...
Apr 24, 2019

Web scraping using selenium - Process - Python
In addition to BeautifulSoup, selenium is a very useful package for webscraping when it involves repeated user interaction with the...
Oct 9, 2018

Web scraping using Beautifulsoup - Process - Python
This is Part I of a four-part post. Part I talks about scraping data from a website (bookdepository.com, in this case) while Part II...
Jan 17, 2018

Scraping Twitter data - Process - Python
This is Part I of a four-part post. Part I talks about collecting text data from Twitter while Part II discusses analysis on text data...
Dec 17, 2017