Top Django Interview Questions

  This time, i had compiled some Django Interview Questions.  This List might come handy to both Interviewer and Interviewee.  How do you create new project in Django ? How do you create new app in Django ? Explain MVT architecture of Django ? What are Middlewares ? How do you create custom Middleware ? What … Continue reading Top Django Interview Questions

Fetch upcoming 10 events of user using google calendar API in Python

  * Python command-line application that makes requests to the Google Calendar API to fetch upcoming 10 events. The entire feature can be achieve in three steps. Setting up Google Calendar API. Installing google client library. Creating python script. Let's Get Started : Setting up Google Calendar API. Go to google console. Create or select … Continue reading Fetch upcoming 10 events of user using google calendar API in Python