WhatsApp chat bot in Python using Dialogflow.com

WhatsApp chat bot in Python using Dialogflow.com This chat bot created for whatsapp web it get new messages and respond. 99% chat bot respond. Tested on 10 u… Read more

Similar

Building a Key-value database in Python

Introduction In this tutorial, we’ll walk through building a key-value database in python. The design is based entirely off of the bitcask project, with a few simplifications. The database will support 3 operations: PUT GET DELETE Here’s a sneak peek of... (more…)

Read more »

Declarative Validation in Python

In the past two years I’ve become reasonably comfortable with both PureScript and Haskell. I’ve learned so many new things while diving into the pure functional programming ecosystem and many of these techniques can be applied to other paradigms. Unfortun... (more…)

Read more »