All Easy Articles
Given a number N(where N <= 50), the task is to find the value of Pi (?) up to N decimals places.Examples:  Input: N =… Read More
JavaScript is an amazing language and there are many functions available through which we can access any element of the HTML page through javascript. There… Read More
Set in STL Sets are a type of associative containers in which each element has to be unique, because the value of the element identifies… Read More
Given a map in Java, the task is to find out the entry in this map with the highest value.  Illustration:  Input : Map =… Read More
Analysis Model is a technical representation of the system. It acts as a link between the system description and the design model. In Analysis Modelling,… Read More
In this article, the task is to add a method to the String class in JavaScript. There are two approaches that are described with the… Read More
The host or client address and the network or server address are the two parts of the IP address that are present on every computer… Read More
A connector is employed when we have to use mysql with other programming languages. The work of mysql-connector is to provide access to MySQL Driver… Read More
In the last few years of this decade, we have seen a lot of app startups emerging from all across the globe. With the rise… Read More
In Go language, atomic packages supply lower-level atomic memory that is helpful is implementing synchronization algorithms. The StoreInt64() function in Go language is used to… Read More
Django REST Framework is a wrapper over the default Django Framework, basically used to create APIs of various kinds. There are three stages before creating… Read More
Given a string S, the task is to encrypt the string and decrypt the string again to the original form. Encryption Technique: If L is the… Read More
Given strings str1 and str2. The task is to find if str1 is a substring in the shuffled form of str2 or not. Print “YES”… Read More
Prerequisites: Prime Factorization using SieveGiven two arrays arr1[] and arr2[] of size M and N with distinct elements in each of the arrays, the task… Read More
We know that IPv4 addresses are mostly represented in a dotted decimal form like 192.168.10.1, and if written with a prefix mask then it would… Read More
Data is a collection of facts and figures. The data collection was increasing day to day and they needed to be stored in a device… Read More
The Requests library in Python is one of the integral parts of Python for making HTTP requests to a specified URL. Whether it be REST… Read More
In this article, we will discuss what is PIP, and how to install, upgrade, and uninstall packages using Python PIP. So before starting and using… Read More
Tkinter is a GUI toolkit used in python to make user-friendly GUIs.Tkinter is the most commonly used and the most basic GUI framework available in… Read More
Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways… Read More