How to make a Discord chatbot in Python

Discord, originally developed as a gamer’s communication tool is seeing phenominal growth for the last few months. They have close to 1 million users right now adding more and more users every month. As per polygon they have close to 1 million users right now (https://www.polygon.com/2017/12/7/16739644/discord-100-million-users-safety ) The peculiar aspect about discord is that they…

Details

Applying blockchain innovations to Highly transnational Network dependent services

This is a discussion of recent innovative developments in the blockchain related technologies which needs to be understood. I am no expert in cryptography or economics and this not on crypto-currency or economics but mostly on the blockchain, transactions & storage as well as various opportunities and applications. Transactions (a typical database transaction from :…

Details

Applications of Virtual Reality in Manufacturing

Virtual Reality was arguably started as a technology for gamers. But right now the technology is getting used various industrial application. In this post from our series about VR and industrial applications, we are talking about the use cases in the manufacturing and possible innovations.     Virtual Reality in Manufacturing from Agileblaze Agileblaze provides…

Details

Applications of VR in Healthcare

Virtual Reality (VR) is a three-dimensional world in which communities of real people communicate, create items, services, and content to produce economic value through e-commerce by simulating real world through computer graphics.Virtual Reality (VR) is a collection of technological devices: “a computer with a head-mounted display and data gloves equipped with one or more position…

Details

Chatbots in Banking and Financial Sector

  Chatbots are robots which are built using Artificial Intelligence that simulates human conversion. In recent years, the chatbots are high in demand in worldwide market since it reduces the cost of hiring customer support executives making the entire customer support process automated. So Chatbots are also called as Chatterbots. The latest 2017 survey indicates…

Details

SQL tips and tricks

Over a period of time we have accumulated a large number of SQL tips and tricks. This is a collection of those quirks. Generic SQL, MSSQL, MySQL & PostgreSQL are included.   To find all the rows in a table where a certain value is empty select productid,title_tag,weight,length,width,height,meta_description from xcart_products where LENGTH(meta_description) != 0″ queries…

Details