Jupyter Notebook, RMarkdown & PDF

Jupyter notebook is a great documentation option when it comes to writing R or Python code. Personally, I use Jupyter notebook together with Visual Studio code a lot when it comes to data analysis and visualization work.

October 17, 2023 · 4 min · Kean Teng Blog

Images Scraping from Web Pages

In this article, we will learn how to image scraping on this National Geographic article: Asteroids vs. comets: How do they differ, and do they pose a threat to Earth? We will learn how to download in bulk the high-quality images in the webpage with Python code.

February 19, 2023 · 3 min · Kean Teng Blog