In this tutorial, we will learn how to download files from URL using python. Before getting on to the actual code, let us see some prerequisites for the same. Requests module As we.... Read More
In this tutorial, we will be looking at a Python function to display a calendar, i.e. all the dates of a month, of any year. The year and month are inputted by the user. This is a .... Read More
Hello friends, in this tutorial I will tell you how to check the validity of a date in Python. Check validity of a date in Python To check the validity, I have used the datetime mo.... Read More
In this tutorial, we will talk about How to remove vowels from string in Python. So, in order to understand the code first, we need to understand what is a string. What is a Stri.... Read More
In this tutorial, we will learn an interesting thing that is how to plot the roc curve using the most useful library Scikit-learn in Python. This tutorial is a machine learning-b.... Read More
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 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 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