Posts by Krushna Borse

Author Biographical Info: Not available

Place legend outside of the plot in matplotlib

By Krushna Borse

In this tutorial, we are going to learn how can we Place legend outside of the plot in matplotlib. For this let’s understand some basic concepts of matplotlib. Matplotlib is .... Read More

How to Create a dictionary with list comprehension in Python

By Krushna Borse

In this tutorial, we are going to learn How to Create a dictionary with list comprehension in Python. We are going to do this by three methods. First, let’s understand what i.... Read More

How to create or initialize an array with same values in Python

By Krushna Borse

In this tutorial, we are going to learn how to create or initialize an array with the same values in Python. It’s very easy and simple. Let’s see how it will work. The .... Read More

Find bank branch name from IFSC code in Python

By Krushna Borse

In this tutorial, we are going to learn how can we Find bank branch names from IFSC code in Python. It’s very easy and simple, with just a few lines of code. Let’s see .... Read More

Find country of a phone number from country code in Python

By Krushna Borse

In this tutorial, we are going to learn how can we Find the country of a phone number from the country code in Python. It’s very simple and easy just a few lines of code. le.... Read More

Find the duration of a WAV file in Python

By Krushna Borse

In this tutorial, we are going to learn how can we Find the duration of a WAV file in Python.  Wav is one type of audio file format similar to mp3. Wav audio file is also playable.... Read More

Add an item to a dictionary if the key does not exist in Python

By Krushna Borse

In this Python tutorial, we are going to learn how to add an item to a dictionary if the key does not exist in it. Before proceeding towards this let’s understand what is a d.... Read More

Replace audio of a video in Python

By Krushna Borse

In this short tutorial, we are going to learn how to Replace the audio of a video in Python that is how can we add another audio file to some video. It’s very simple just a f.... Read More

Related Posts