Building a Chatbot in Python using Flask – Tutorial

Building a Chatbot in Python using Flask – Tutorial

In this article, we will build a simple chatbot in Python programming language. The pre-requisites of this article is familiarity with the Flask microframework. Before getting into the development part, let’s see some basics first. What is a chatbot? A chatbot is a computer program which conducts the conversation between the user and a computer…