Posts by Rahul Singh
Author Biographical Info: Not available
In this tutorial, we will learn how to rename a file name in Python. We will use Python standard module to rename our file. Rename File In Python To rename our file, we can use eit.... Read More
This tutorial will help you learn how to convert a real image into a smooth one. In this tutorial, you will also learn how to install the important image processing library OpenCV(.... Read More
In this tutorial, I will introduce you to popleft() method of the Collection module in Python. After this small and easy tutorial, you will understand this function and some others.... Read More
Suppose, you have a big text document file full of text. Someone assigns you, a task to add the numerical bullets at the beginning of every line. Now. what will you do? Are you goi.... Read More
In this tutorial, you will learn how to draw shapes in Python using cv2.polylines() function of the cv2 module of the OpenCV library. Installing Required Libraries To complete this.... Read More
In this tutorial, we will introduce you to the Winsound module and its basic functionalities in Python. After this tutorial, you will be able to play the default sound and music fi.... Read More
In this tutorial, you will learn. How to detect human skin in the images using the OpenCV library in Python. Installing Important Library Install OpenCV library by fired following .... Read More
This tutorial will help you to understand the concept of Rotor module in Python. After this tutorial, you will able to encrypt or decrypt the messages which will help you in your f.... Read More