Manipulate Dates with Lubridate

A quick tutorial on manipulation of dates with Lubridate package in R These are some operations I found handy. Lubridate seriously lubris the dates 😀

Web scraping tutorial via BeautifulSoup

In July, I went to the UseR 2019 conference, while it was not physically possible to attend all the awesome talks, I did write a script in Python + BeautifulSoup that fetches all the presentations from the website. Here is a tutorial that describes how. This script is based on the amazing tutorial by Al…