All Easy Articles
Let us see how to join two Pandas DataFrames using the merge() function. merge() Syntax : DataFrame.merge(parameters) Parameters : right : DataFrame or named Series… Read More
At present, Python is one of the most versatile and demanded programming languages in the IT world. Statistically, there are around 8-9 Million Python developers… Read More
In this article we will see how we can get media of the MediaPlayer object in the python vlc module. VLC media player is a… Read More
In this article we will see how we can set mrl the MediaPlayer object in the python vlc module. VLC media player is a free… Read More
Dynamic Host Configuration Protocol (DHCP) is a network management protocol used in networks to dynamically assign IP addresses & other network configuration information like default… Read More
Fixed period SCAN (FSCAN) disk scheduling algorithm mainly focuses on handling high variance in shortest seek time first (SSTF). SCAN algorithm is also proposed to… Read More
Given an array of string arr[], the task is the Greatest Common Divisor of the given array of string.  In strings ‘A’ and ‘B’, we… Read More
Integrated Services Digital Network (ISDN) is simply considered as general-purpose digital network that is being capable of highly and fully supporting wide range of services… Read More
So, DE Shaw was the first company which came to NIT Jalandhar for offering internship for Summer 2021.  Company allowed only certain branches to appear… Read More
Given an array arr[], the task is to rearrange the array elements by swapping adjacent elements such that no element remains at the same position… Read More
Given an array arr[] of size, N. Find the maximum number of triplets that can be made using array elements such that all elements in… Read More
Given a source node S, a sink node T, two matrices Cap[ ][ ] and Cost[ ][ ] representing a graph, where Cap[i][j] is the… Read More
In this article we will learn about the pafy module. Pafy is a Python library to download YouTube content and retrieve metadata.  Below are the… Read More
Control characters are characters that don’t represent printable character yet rather serves to start particular action. Control characters are utilized to execute any action, in… Read More
Given string str, the task is to write Java Program check whether the given string is a pangram or not. A string is a pangram… Read More
Given string str, the task is to write C program to remove leading space from the given string. Examples : Input: str = ”  … Read More
A ListView is a type of AdapterView that displays a vertical list of scroll-able views and each view is placed one below the other. Using… Read More
Firebase is one of the most popular online databases in use today and will be the same for at least a few years to come.… Read More
Whatsapp is the one of most popular messaging App. Many android applications need the functionality to share some messages directly from their app to WhatsApp.… Read More
In machine learning, When we want to train our ML model we split our entire dataset into training_set and test_set using train_test_split() class present in… Read More