All Medium Articles
In this article, we will see how to get the process id from Python Multiprocess For this we should make use of method multiprocessing.current_process() to… Read More
Data visualization is the technique used to deliver insights in data using visual cues such as graphs, charts, maps, and many others. This is useful… Read More
Given a String, our task is to write a Python program to split on the occurrence of a non-similar character.  Input : test_str = ‘ggggffggisssbbbeessssstt’Output… Read More
If you are using any major operating system, you are indirectly interacting with bash. If you are running Ubuntu, Linux Mint, or any other Linux… Read More
Linear equations using one variable of the form a + bx = c + dx can be solved in Python using eval() function. The input… Read More
In this article, we will discuss how to create a text input box using PyGame. Installation Before initializing pygame library we need to install it.… Read More
It’s just as critical for terminal users to be able to keep track of their system’s resource use. Knowing how much of your system’s resources… Read More
In this article, we will discuss the time complexity of the Euclidean Algorithm which is O(log(min(a, b)) and it is achieved. Euclid’s Algorithm: It is… Read More
Acceleration due to gravity (or acceleration of gravity) or gravity acceleration is the acceleration caused by the gravitational force of attraction of large bodies. As… Read More
First Round(MC Round): Given 90 minutes. Design a Vehicle Rental Service.  Here’s the question: Description: Flipkart is starting a new vehicle rental service FlipCar. In… Read More
Note: All rounds were virtual. Phone Screen Round: Implement a doubly-linked list, with all edge cases considered. Onsite Rounds: Round 1:  Add (Key, value) pairs… Read More
To check if the provided value is of the specified type in JavaScript, we have multiple approaches. Below are the approaches used to check if… Read More
In this article, we are going to create a Non-Rectangular-header using the basics of HTML and CSS. Approach: Create a header using <header> tag.Create a… Read More
Problem Statement: Consider a village with demons and a sleeping man(who never wakes up).Note that a demon can eat the sleeping man, but after eating… Read More
The JavaScript Number is an object that can represent numeric values like integer, float, hexadecimal, decimal, etc. It acts as a wrapper object for primitive… Read More
There are a variety of situations in which you will need performance data. Benchmarking, tracking a system’s overall health, and attempting to find out what… Read More
The defaultProps is a React component property that allows you to set default values for the props argument. If the prop property is passed, it… Read More
HTML <img> tag is used to insert images into a webpage. It requires the src attribute to specify the image file’s URL and supports optional… Read More
Polynomials are those algebraic expressions that contain variables, coefficients, and constants. For Instance, in the polynomial 8x2 + 3z – 7, in this polynomial, 8,3… Read More
In this article, we will learn how to define a relationship between the elements and the result of a calculation. The <output> element in HTML… Read More