How to flip a video in Python

By Sarbajit De

Here we are going to learn how to flip a video clockwise or anticlockwise in Python. The video is at first captured from the camera then stored before flipping it upside down. In m.... Read More

Skin Detection Using OpenCV in Python

By Rahul Singh

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

Encryption Using Rotor Module in Python

By Rahul Singh

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

Desktop Notification In Python

By Mohit Tripathi

Hello friends, In this segment, we are going to discuss how to create a desktop notification using Python. So before start writing program for creating a desktop notifier. Let me t.... Read More

Language Detector In Python

By Mohit Tripathi

Hello friends, in this segment we are going to discuss how to make a language detector program using Python. So let me tell you how the language detector works. It simply takes inp.... Read More

Memory Management in Python

By Madhav

If you want to know about Memory Management in Python then you are at the right place, please go through this article, you will be familiar with Memory Management and Garbage Colle.... Read More

List and Dictionary Manipulation in Python

By Tirthesh Pawar

HELLO Pythonists, today we are going to learn about List and Dictionary manipulation in Python. Before we dive deep into our main topic lets have a basic introduction to Lists and .... Read More

Predict Population Growth Using Machine Learning in Python

By Abhisikta Chakraborty

In this tutorial, we will learn how to predict population growth using Machine Learning in Python. We will follow the approach in Python and implement a very popular yet very basic.... Read More

Related Posts