Wand text() function in Python with examples

By Pratham Jain

In this tutorial, you will learn about the Wand text() function with examples. Earlier we have discussed wand function() function in python. Suppose, we now want to insert text in .... Read More

Phyllotaxis Pattern in Python

By Priya Bansal

In this tutorial, we’ll learn about the concept and implementation of the phyllotaxis pattern in Python. Phyllotaxis is a common repeating spiral pattern in plants. The nomen.... Read More

Calculator which follows BODMAS rules in Java

By Priya Bansal

Today we’ll implement a calculator that follows the BODMAS rule using Java. BODMAS expands to – Bracket Of Division Multiplication Addition Subtraction. It is a gl.... Read More

Heap Pollution in Java

By Priya Bansal

Today, we’ll learn about Heap Pollution in Java. It is also called bad data in memory. In Java, it is a kind of situation, which occurs whenever a parameterized variable poin.... Read More

How to include graphics.h in CodeBlocks

By Mainak Halder

Hello Learners, Today We are going to discuss how to include graphics.h in code blocks.It is basically used when programmers try to run some animations. Include graphics.h in CodeB.... Read More

Facial expression detection using Machine Learning in Python

By Priya Bansal

Ever wondered, what if your camera could tell you the state of your mind based on its interpretation of your facial expression? Facial expression detection using Machine Learning i.... Read More

Program to Obtain Permutations of a given String in Python

By Abhay Shah

In the following tutorial, we will learn how we can compute all the permutations of a given string in Python. The program can be written using two methods; one using inbuilt functi.... Read More

Switch widget in Kivy | Python

By Harini Madduri

In this tutorial, you are going to learn about the Switch widget in Kivy of Python. First of all, we have to learn about the widget in Kivy. What is a widget in Kivy? A widget is t.... Read More