Detect number of faces from an image in Python using OpenCV

By Bipin Kumar

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

Java program to calculate the discriminant value

By Tanisha Saxena

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

String Palindrome in Java

By Akash Tripathi

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

How to get the size of a folder in Python?

By Asma Khan

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

Find the next greater number from the same set of digits in C++

By Yash Shakya

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

Switch statement in C++

By Yash Shakya

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

How to find the last Saturday of the month in Pyhton

By Rahul Khanna

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

How to copy data from one excel sheet to another using python

By Sathish Lella

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

Related Posts