Hello Friends, Today we are going to learn some automation. As you all aware about automating things can help you to save your time and it is smarter…
Programming languages have always come and gone. According to the latest TIOBE Programming Community Index, Python is considered as ‘Programming Language of the Year’ for 2018 and 2019.…
Hello friends, today we are going to learn something about Natural Language Processing (NLP) and one of the library which we used for NLP. Nature Language Processing is…
Hello friends, now a day there are lots of trends for bots and Microsoft Cortona , Google Assistant and Apple’s Siri kind of assistants, if you notice all…
Hello Friends, Today we are going to build a simple words dictionary using python and a json file which contains words. Dictionary can help you to get meanings…
Python is really easy and fun language which can help us to build small scripts to automate some of our work. Here while reading few articles i came…
In this article we are going to build a twitter bot using twitter’s API and python with tweepy library. A bot which can do following things. Follow users…
In previous article we have seen normal Rest API with python and Flask which stores information into list and retrive data from list. So in this article we…
In this article we will show you how to build simple restful API with Flask which has capabilities to Create, Read, Update and delete from Notes. We are…
Face detection is one of the fundamental applications used in face recognition technology. Big companies like Facebook , amazon and Google has developed their software for face recognition…