Category: coding
-
Use Google Calendar API with Python
Project Goal; Used this guideline to enable the API, authorize a desktop app, add test user and use Google calendar client library to read calendar events. In progress
-
Web Scraping with Python
This is my inaugural project. I set out to To request the URL I started with inbuilt urllib which I quickly found to be quite limiting. This resulted in settling for installing additional modules requests and BeautifulSoup4. I used CSV module to export the parsed data to a csv file. Completed