Posts by Vanshika Namdev
Author Biographical Info: Not available
In this article, we are gonna see how to remove empty tuples from a list in Python. We will see two ways through which we can remove empty tuples from the list in Python. It is sim.... Read More
In this article, we are gonna learn how to find the derivative of a polynomial in Python. To do this task we are going to use NumPy. NumPy is a library for the Python programming.... Read More
In this tutorial, we are gonna learn about removing a key from a Python Dictionary. I’m creating a dictionary in Python: my_dict = { "Hello": 10, "Bye" : 20, "Yes": 40, "No" .... Read More
Let’s learn image.point() method of PIL in Python with simple examples. Below I have written a program that opens the image that we are using. #for opening the image we .... Read More
In this tutorial, we are going to make a Random Quotes Generator using Javascript and a little touch of CSS for styling. This is very easy and there is no worry if you are new to t.... Read More
In this tutorial, we are learning kernel() method of PIL in Python. Python Imaging Library(PIL) is a free library in Python programming language which is used for image editing. .... Read More
Machine Learning model accuracy is the measurement to decide which model is best to do prediction. Machine Learning model accuracy is very essential as the cost of error can be hug.... Read More
In this article, we are gonna find the solution to the given problem statement. So, at first let’s look at the problem statement. The task that we have to do is to create a P.... Read More