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

Create a Birthday Reminder in Python

By Niwedita Kumari

In this tutorial, we will know how to create a Birthday Reminder in Python. Creating a Birthday Reminder Application in Python We will learn how to build a birthday reminder applic.... Read More

Java stream forEach with index

By Shiksha Sinha

In this tutorial, we will learn about how to iterate over a Java stream with the index. We can do this in different ways, using Intstream, AtomicInteger. etc. Here we will learn it.... 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

How to Find Elements by CSS selector in Beautifulsoup

By Chaithanya Pranav Sai

In this tutorial, we are going to see how to find elements by CSS selector in BeautifulSoup. BeautifulSoup has only some CSS selectors, Now we use two methods to find elements sele.... Read More

POST request in Express JS

By Manoj Srinivas

In this tutorial, we will learn how to write a post request in Express js. Displaying Form data in POST request using Express.js Create a new folder and create a new file(server.js.... 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