All Medium Articles
An articulation point in a connected graph is a vertex such that removing the vertex and its incident edges disconnects the graph into two or… Read More
Employee Record System is software built to handle the primary housekeeping functions of a company. ERS helps companies keep track of all the employees and… Read More
Whenever we try to launch an activity we encounter the error “Error type 3: Activity class {} does not exist” in the Android Studio. The… Read More
Android Studio is the official integrated development environment for Google’s Android operating system, built on JetBrains’ IntelliJ IDEA software and designed specifically for Android development.… Read More
Android Studio is the official IDE (Integrated Development Environment) for Android app development and it is based on JetBrains’ IntelliJ IDEA software. Android Studio provides… Read More
Given an array arr[] of size N, the task is to find the minimum number of array elements required to be removed such that the… Read More
Given an array arr[] consisting of N integers, the task is to check if the number formed by concatenating all the array elements is a… Read More
In this Android Tutorial, we cover both basic and advanced concepts. So whether you are a fresher (graduate) or an experienced candidate with several years… Read More
This is my personal experience of an On-campus drive for the Avalara Technologies 2021 batch. Whole recruitment process comprised of 4 rounds. Round 1 (CODING):… Read More
Hi, I got a call from Nagarro for the role of Software Developer in Java. On talking to HR it seemed that they are interested… Read More
Matplotlib library in Python is a very popular data visualization library. Different graphs can be plotted from this library such as bar plot, pie plot,… Read More
Prerequisites: Reading and Writing data in CSV, Creating CSV files  CSV is a Comma-Separated Values file, which allows plain-text data to be saved in a… Read More
A directory is capable of storing multiple files and python can support a mechanism to loop over them. In this article, we will see different… Read More
Sampling is the method where one can take subset (Sample) from the given data and will investigate on the sample without investigating each individual thing… Read More
In this article, we are going to discuss how to add labels to histogram bars in matplotlib. Histograms are used to display continuous data using… Read More
A multiple bar chart is also called a Grouped Bar chart. A Bar plot or a Bar Chart has many customizations such as Multiple bar… Read More
In python programming, sometimes it is necessary to remove all decimals from a number to get the required output. These decimals are also called Floating… Read More
CSV stands for “comma separated values”, that means the values are distinguished by putting commas and newline characters. A CSV file provides a table like… Read More
Prerequisites: Python GUI- Tkinter We all know that Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and… Read More
Bokeh is an interactive data plotting visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics, and affords high-performance interactivity over… Read More