How to calculate percentage in Python

By Animesh Arya

In this tutorial, we are going to learn about finding the percentage in Python. Example 1 : A student got 91 marks in Math, 100 on the computer, 98 in Science, out of 100. Find the.... Read More

Calculate Feels Like Temperature in Python

By Animesh Arya

In this tutorial, we will learn how to calculate the Feels like Temperature in Python. What is Feels Like Temperature? Wind Chill factor is so-called as feels like temperature. The.... Read More

Arrays.sort() in Java with examples

By Pratiksha Bhandari

Today we’ll learn about Arrays.sort() in Java. Technically, Arrays.sort() is a very handy method in Java. It comes under java.util.Array package. Handling sort logics is easi.... Read More

How to change JLabel font style and size in Java

By Anirudh Jakhotia

Hello folks! In this tutorial, we will discuss how to change the JLabel font style and font size in Java. I will discuss thoroughly each of them. Firstly, let us discuss changing o.... Read More

How to use randint() Function in Python

By Harish Mullagura

In this tutorial, we will discuss how to use randint() function in Python. randint() is an inbuilt function of the random module. By importing random module we can use all of it fu.... Read More

How to use tell() method in Python?

By Varsha Neelamma

A file in a computer is simply an entity that stores/contain information. Python provides various methods for accessing and handling files, often called file handling operations. Y.... Read More

Speech Recognition in Python using CMU Sphinx

By Khushi Aswani

CMU Sphinx also known as sphinx, is an open-source toolkit for Speech Recognition. Talking about pocketsphinx, it is a part of CMU Sphinx which is used to recognize speech. Now you.... Read More

Fetch TMDB movie data using Python

By Shalini Gupta

Hey! Everyone I’m glad to see you here, hope you all are doing well. This post is going to be an interesting one for you and I hope it’ll fulfill your expectation after.... Read More