News

REST API Development: Create a REST API to handle webhook requests from the Dialogflow bot. Extract city and date from the webhook request. Fetch the current date/time from the chat session if no date ...
In this exercise, I created a python script to query the OpenWeatherMap API 500 times in order to get a sample of random locations around the world. The API was then used to gather data on each city, ...