In this tutorial, We are going to learn an interesting thing which is how to detect the number of faces in an image using OpenCV in Python. This tutorial is a machine learning base.... Read More
In this program, we will see how to calculate the value of discriminant for a given algebraic expression using Java programming language. In algebra, the discriminant helps us to d.... Read More
Today we will see a program where we will find String palindrome in Java programming language. We have already learned how to find palindrome of a number in one of my Java article..... Read More
In this tutorial, we will learn how to get the size of a folder in Python. Let us first see some prerequisite required for this code. The OS module in Python enables us to interact.... Read More
In this tutorial, we are going to find the next greater number from the same set of digits in C++. We can form many numbers by the different combination of a given set of digits in.... Read More
In this tutorial, we are going to learn about one of the basic statements used in C++ language that is switch statement in C++. If you are searching for syntax and a complete expla.... Read More
In this tutorial, we will talk about How to find the last Saturday or any other day of the month in Python. So in order to understand this tutorial first, we need to understand abo.... Read More
In this tutorial, we will learn how to copy data from one excel file to another in python with some cool and easy examples. In many situations, you might have to come up with this .... Read More