nikkigupta.hashnode.devTIL: Mailing bot with PythonBots are a really cool way to automate boring tasks. To finish this chore i wished to code a mailer bot and i finally succeeded using the Flask-mail library in python. I started out by referring to the most commonly available codes for this task, ho...May 15, 2020
nikkigupta.hashnode.devFlask - A Quick GuideHey there developers! How's your day going? :) This post is for those who want to create a basic Flask app pronto ! What is Flask? Flask is a micro web framework written in Python meant for easy and quick development of web apps. Quick - Launch The ...Mar 23, 2020