All Easy Articles
Prerequisites: Python Exception Handling There are several standard exceptions in Python and NameError is one among them. NameError is raised when the identifier being accessed… Read More
So start with the question i.e. Why and how are Python functions hashable? First, one should know what actually hashable means in Python. So, hashable… Read More
TypeError is one among the several standard Python exceptions. TypeError is raised whenever an operation is performed on an incorrect/unsupported object type. For example, using… Read More
Equivalence Partitioning Method is also known as Equivalence class partitioning (ECP). It is a software testing technique or black-box testing that divides input domain into… Read More
String formatting allows you to create dynamic strings by combining variables and values. In this article, we will discuss about 5 ways to format a… Read More
Prerequisite: Introduction to Tkinter Tkinter is the standard GUI library for Python. Python when combined with tkinter provides a fast and easy way to create… Read More
To unset the value of an element, unset keyword is used. The unset CSS keyword resets a property of an element to its inherited value… Read More
Hello everyone, I’m writing this article regarding Goldman Sachs Engineering Hiring Program Aptitude Test. As you know every year Goldman Sachs launches an Engineering Hiring… Read More
1. Session Initiation Protocol (SIP) : SIP stands for Session Initiation Protocol which is a method of sending voice over internet. It not only allows… Read More
Linked list is a simple data structure in programming, which obviously is used to store data and retrieve it accordingly. To make it easier to… Read More
We know how binary value for numbers look like. For example, the binary value for 10 (Number Ten) is 1010 (binary value). Sometimes it is… Read More
Prerequisite – Working of MPLS Difference between VPN and MPLS Multi Protocol Label Switching (MPLS) is an IP packet routing technique that routes IP packet… Read More
Given a numeric string str, the task is to calculate the number of substrings with the sum of digits equal to their length. Examples: Input:… Read More
Given an array arr[] consisting of N integers, the task is to find the length of the Smallest subarray with a sum equal to K.… Read More
A login is an user account that you can use to access the SQL server. Logins are attached to users by the security identifier (SID).… Read More
Statistics is a branch of mathematics dealing with the collection, analysis, interpretation, and presentation of masses of numerical data. It is basically a collection of… Read More
Prerequisite – Introduction to Router and Types of Routing 1. Control Plane : In Routing control plane refers to the all functions and processes that… Read More
Given a natural number N, the task is to find the largest number M having the same length in binary representation as N such that… Read More
Prerequisite – Capability Maturity Model (CMM) Capability Maturity Model Integration (CMMI) is a successor of CMM and is a more evolved model that incorporates best… Read More
Certain applications show real-time data to the users, such as stock prices, availability of a product on online stores, etc. Showing real-time data requires continuous… Read More