playsound module in Python

By Harish Mullagura

In this tutorial, we will discuss how to use playsound module in Python. By using playsound module we can play sound. This is a cross platform module that can play audio files. Pla.... Read More

Make Grouped Violinplot with Seaborn in Python

By Khushi Aswani

In this tutorial, we will learn how to make grouped voilinplot with the help of seaborn library in Python. About VoilinPlot: Before heading towards the implementation of voilinplot.... Read More

How to install pywhatkit in Python

By Harish Mullagura

In this tutorial, we will discuss how to install pywhatkit in Python. Pywhatkit module contains many features like Send WhatsApp messages Send WhatsApp images Converting an Image t.... Read More

Download YouTube Video as MP3 using Python

By Varsha Neelamma

Today, Youtube is the second most popular social media site. People are using it to watch, add, and simply entertain themselves through video content. You must have already tried t.... Read More

Short class in Java

By Pratiksha Bhandari

In Java, there is a concept called Wrapper Classes. Short is from wrapper class. There are some methods with the help of which we can operate with tasks. If we talk about an objec.... Read More

How to delete only empty folders in Python

By Nikhil Vaddipati

Hello folks, in this tutorial we are going to discuss how to delete only empty folders in Python. This is very useful because we can delete multiple empty folders at a time. Librar.... Read More

Finding the Frequency of every word from an Input using Dictionary in Python

By Sai Mukesh Reddy Gutha

Hey Coder, In this article we will learn to find the frequency of all words from the input using the Dictionary Data structure. Counting words using Dictionary in Python Dictionary.... Read More

Java String.charAt(int index) with an example

By Pratiksha Bhandari

Strings are objects. Everything in Java is an object so a string. String in Java is a class that is used to operate with strings and is available in java.lang package. The string c.... Read More

Related Posts