Let’s learn how to check if a number is a perfect square number in Python. Here we need to use Math module of python to check the number. Check if a number is a perfect squa.... Read More
Hello everyone, In this tutorial, we’ll be learning about the UUID Module in Python which is used to generate immutable unique ids of 128 bits. These are Randomly generated u.... Read More
In the present era, OpenCV becomes a very strong tool for machine learning with the help of computer vision this become easier. In this tutorial, we will learn Face Recognition from video in Python using OpenCV. So How can we Recognize the face from video in Python using OpenCV we will learn in this Tutorial. […] Read More
In this tutorial, we are going to learn how to find skewness of data using Python. We can easily find skewness of any data in Python using the following library that is Scipy.stats.... Read More
This article will let you know how to change the key of a dictionary in python even though the key is immutable. Dictionary is a kind of array of key-value pairs. If you have to ac.... Read More
In this tutorial, we’ll be learning about the sys Module in Python and the main functions provided by this module that are commonly used by many programmers. This Module prov.... Read More
Here we’ll be doing many operations on an image using OpenCV functions. To make this session interactive image of Thanos(A character from a famous movie ) is being taken for .... Read More
In this tutorial, we will learn the annotation of a plot using matplotlib in Python. We will see how to add labels and titles using matplotlib. Annotation:– The word anno.... Read More