Trigger SMS updates to mobile phone using python

As we know Python is a cool scripting language and can be used to write scripts to easify day-to-day task. Also, since python has large community support and lots of module/API available, it makes Python more versatile and popular among users. In this post, we will see how to use Twilio API to send/trigger SMS […]

Create and deploy your own COVID-19 tracker in 3 days !

In this post, I am going to guide you the best way to go about building this web application. If time avails, I will also try writing about each and every aspect separately for creating and deploying a live covid-19 tracker. So let us begin .. Pre-requisites Basic HTML knowledge (use of <a>, <img>, <div> […]

Covid India Live Tracker with Python, Flask!!!

Hello guys! Welcome to my 1st exciting tutorial. In this global epidemic I wanted to build COVID-19 India live tracker to help people stay updated on the situation. Sharing this useful tutorial with all to get a vision on how to make a small model on Python and connect it with Flask Framework to trigger […]