All Easy Articles
1. Android 9.0 “Pie” : Android 9.0 “Pie” is the ninth version and 16th major release of Android Operating System, released publicly on August 6,… Read More
In Object – Oriented modelling , the main building block generally represents different objects in a system, their attributes, their different functions, and relationships among… Read More
Prerequisite – Path Testing Basis Path Testing is a white-box testing technique based on the control structure of a program or a module. Using this… Read More
In Software Engineering, Software Measurement is done based on some Software Metrics where these software metrics are referred to as the measure of various characteristics… Read More
Before we begin learning about the Google Cloud Platform, we will talk about what is Cloud Computing. Basically, it is using someone else’s computer over… Read More
Computer vision means the extraction of information from images, text, videos, etc. Sometimes computer vision tries to mimic human vision. It’s a subset of computer-based… Read More
Applying a function to a single or selected columns/rows in one go is a better way. For this we use the Pandas apply() function. There… Read More
The combination is a mathematical technique that calculates the number of possible arrangements in a collection of items or list. In combination order of selection… Read More
Sometimes, while working with Python Matrix, we can have a problem in which we need to perform conversion of a Python Matrix to matrix of… Read More
Sometimes, while working with Python Lists, we can have a problem in which we need to check if a particular sublist is contained in an… Read More
Code-Splitting is a feature supported by bundlers like Webpack, Rollup, and Browserify which can create multiple bundles that can be dynamically loaded at runtime. As… Read More
Sometimes, while working with Python Matrix, we can have a problem in which we need to perform grouping of all the elements with are the… Read More
NaN stands for Not A Number and is one of the common ways to represent the missing value in the data. It is a special… Read More
Basic Malware Analysis can be done by anyone who knows how to use a computer. All you need is a little motivation, ambition, and a… Read More
Sometimes, while working with Python list, we can have a problem in which we need to extract all the possible pairs that can be performed… Read More
Bokeh is a Python interactive data visualization. It renders its plots using HTML and JavaScript. It targets modern web browsers for presentation providing elegant, concise… Read More
Sometimes, while working with Python lists, we can have a problem in which we need to check for each element if its preceding element is… Read More
In the world of Linux operating systems, there exists a powerful tool known as the “AT command.” The AT command provides users with the ability… Read More
BlueJ is a windows based platform for Java Development Kit (JDK). It is a free Java environment started in 1999 by Michael Kolling and John… Read More
Hashing is the process of converting a given key into another value. A hash function is used to generate the new value (called hash) according… Read More