How to invert the colors of an image in CSS

By Utkarsh Tiwari

Hey Folks, I am up with another tutorial of CSS. In this tutorial, we will learn how to invert the colors of an image in CSS. Well, it can be done easily using software like Photos.... Read More

Linear Discriminant Analysis in Machine Learning with Python

By Yash Gandhi

Some datasets have thousands of features that give more information about data and that’s good but it takes large space and more time for computation of processing. For reducing .... Read More

Magic 8 Ball Program In Python

By Svarnim Agarwal

In this tutorial, we will be writing a Magic 8 Ball program in Python. We will be asking the user to think of the question they wanna ask the Magic 8 Ball and then we will randomly.... Read More

Python Program To Generate A Random Password

By Svarnim Agarwal

In this tutorial, we will be looking at a Python program that is able to generate a random password. We will make a strong password with the combination of alphabets, numbers and s.... Read More

Lemmatization with TextBlob in Python

By Yash Gandhi

In some processes of text analyzation lemmatization used. Lemmatization is one form of NLP. It used for extracting the high quality of information from text data. Now this Lemmatiz.... Read More

How to generate random numbers in Java

By Utkarsh Tiwari

Hey Folks, I am up with another Java programming tutorial. In this tutorial, we will see how to generate random numbers in Java by taking an example of a bubble sort. Although bubb.... Read More

Optimal Value of K in K-Means Clustering in Python | Elbow Method

By Abuzer Malvi

In this article, we’ll discuss and illustrate how to find the optimal value of k in the K-Means clustering using the Elbow method in Python. As we are aware, K-Means follows .... Read More

Timestamp to datetime conversion in Python

By Abuzer Malvi

In this article, we will see the conversion of a timestamp to datetime and vice-versa in Python language. This can be done using the datetime module, so let’s go ahead and im.... Read More