Posts from Python

Cartooning of an Image in Machine Learning using Python

By Akarsh Shekhar

In this tutorial program, we will learn about building Cartooning of an Image using machine learning with the language used is Python. So here I am going to discuss what are the ba.... Read More

Get all possible sublists of a list in Python

By Vamsi Krishna

In this tutorial, we shall be printing all sublists of a given list in Python. In this case, we shall be considering the same numbers also as different elements. The user feeds the.... Read More

Perform XOR on two lists in Python

By Ambuj Verma

In this tutorial, we get to know about XOR operation and perform it on two lists in the Python program. XOR stands for “exclusive or”.That is to say, the resulting bit .... Read More

Convert Snake case to Pascal case in Python

By Ambuj Verma

In this tutorial, we will get to know about the Snake case, Pascal case and also learn about how to convert Snake case to Pascal case in Python programming language. Snake Case: sn.... Read More

How to get a list of numbers as input in Python

By Ranjeet V

Hey everyone, in this post we will learn how to get a list of numbers as input in Python. Suppose the user wants to give some numbers as input and wishes it to be stored in a list,.... Read More

Webcam for Emotion Prediction using Machine Learning in Python

By Sumit Singh

Hello Learners, in this tutorial, we will be learning about making an emotion predictor using a webcam on your system with machine learning in Python. For this, we need to have a d.... Read More

Count number of leading spaces in a string in Python

By Saksham Agarwal

In this blog, we are going to see how we can find the number of leading spaces in a string in Python. What are leading spaces? Leading spaces refer to the number of spaces that are.... Read More

Different exit commands in Python

By Sonal Bera

Hi everyone. today we are going to learn the various exit commands in Python. Python is an easy to use language but sometimes it may get a little complex. One such case is the use .... Read More