Posts by Anubhav Aery

Author Biographical Info: Not available

How to flatten tuple of list to tuple in Python

By Anubhav Aery

In this tutorial, we will be learning the steps to be followed in order to flatten tuple of list to tuple in Python. We will be using sum() function (with empty list as its argumen.... Read More

Get most frequent words from a web page in Python

By Anubhav Aery

In this tutorial, we will be web scrapping a website using Python to get the most frequent words from a web page. We will be using PyCharm IDE here. Prerequisites In order to build.... Read More

Detect beard from a face in Python

By Anubhav Aery

In this tutorial, we are going to learn how to detect beard form a face in Python using a webcam. We’ll be using Pycharm IDE to solve this problem. We will use OpenCV in orde.... Read More

YOLO Object Detection from image with OpenCV and Python

By Anubhav Aery

In this tutorial, we will be learning how to use Python and OpenCV in order to detect an object from an image with the help of the YOLO algorithm. We will be using PyCharm IDE to s.... Read More

How to remove None values from a dictionary in Python

By Anubhav Aery

In this tutorial, we will be learning the steps to be followed in order to remove None Values from a dictionary in Python. We’ll be using Pycharm IDE to solve this problem. We wi.... Read More