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, 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 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…
VADER( Valence Aware Dictionary for sEntiment Reasoning ) is model used for text sentiment analysis that is sensitive to positive and negative polarity and intensity of emotion. VADER…
Newspaper is an amazing python library for extracting & curating articles. Newspaper is python module used to extracting and parsing newspaper article or any other contents. Newspaper uses…