Duplicate Elements Removal of an Array or List in Python

By Priyam Sur

In this tutorial, you will learn how to remove duplicate elements from an array of list in Python. Duplicate Elements Removal: The user inputs integer elements of an array randomly.... Read More

Play mp3 audio in Python

By Faruque Ahamed Mollick

When we install Python on our windows system, it already contains the winsound module which will able to play sound. But it is only able to play sound with “.wav” exten.... Read More

Implementation of Counting sort in Java.

By vikrant_tomar

In this Java tutorial, we will learn about counting sort. And, we will also learn the implementation of counting sort in java. We have several algorithms that can sort n numbers in.... Read More

Get maximum and minimum number from a list in Python

By Faruque Ahamed Mollick

Today in this Python related post, I am going to show you how we can get the maximum and minimum number from a list. For example, suppose, we have a list in Python that is given be.... Read More

How to Create a Login Page – HTML CSS

By Saurabh Singh

In this tutorial, We are going to learn how to create a Login page. The most common use of a login page is if you want to customize or tailor information to a particular person o.... Read More

Clockwise and CounterClockwise Rotation of Matrix using NumPy in Python 3

By Priyam Sur

In this tutorial, we will learn the clockwise and counterclockwise rotation of matrix using NumPy library in Python. We are providing an easy example of each one for a better under.... Read More

Total ways to reach destination by snake using Backtracking In Java

By divyesh srivastava

In this Java tutorial, we are going to find all the possible paths for reaching the snake to the destination by using backtracking technique. Suppose we have a n*m cells path and s.... Read More

How to create a Submit Button in the Form with the Hover Effect

By Saurabh Singh

In this tutorial, we will learn how to create a Submit button inside a form. Buttons are mostly used for something posting, submitting or uploading. We can use this code to apply i.... Read More

Related Posts