Learning Python By Example: Bagels

Intro

I’m improving my Python skills by coding through The Big Book of Small Python Projects by Al Sweigart. I’ve written a few Python scripts in the past, but never went very deep and had big gaps of time between uses.

In 1981 style, I’m manually typing in the code from the book. In 2021 style, I’m blogging about each program as I go to help me reinforce the learning even more and hopefully support others on the same journey.

Build Your First Python Chatbot Project

Introduction

Chatbots are extremely helpful for business organizations and also the customers. The majority of people prefer to talk directly from a chatbox instead of calling service centers. Facebook released data that proved the value of bots. More than 2 billion messages are sent between people and companies monthly. The HubSpot research tells us that 71% of people want to get customer support from messaging apps. It is a quick way to get their problems solved so chatbots have a bright future in organizations.

Today we are going to build an exciting project on Chatbot. We will implement a chatbot from scratch that will be able to understand what the user is talking about and give an appropriate response.