All Medium Articles
In this article, we will learn how to Change the legend position in Matplotlib. Let’s discuss some concepts : Matplotlib is a tremendous visualization library… Read More
Overlaying an image over another refers to the process of copying the image data of one image over the other. Overlaying could refer to other… Read More
Prerequisites: Matplotlib Scatter plots are the data points on the graph between x-axis and y-axis in matplotlib library. The points in the graph look scattered,… Read More
In Competitive programming, most of the students use C++ as their primary language as it is faster than the other languages(e.g Java, Python) but for… Read More
In this article, we will set up a server in a public cloud to serve a game application by using infrastructure as a service (IaaS)… Read More
Prerequisites: Matplotlib In Matplotlib, we can draw multiple graphs in a single plot in two ways. One is by using subplot() function and other by… Read More
A title in Matplotlib library describes the main subject of plotting the graphs. Setting a title for just one plot is easy using the title()… Read More
FROM_DAYS() : This function is used to return the date from a specified numeric date value. Here specified date value is divided by 365 and… Read More
The static keyword is a non – access modifier in Java which can be used for variables, methods, and block of code. Static variables in… Read More
Integration by Partial Fractions is one of the methods of integration, which is used to find the integral of the rational functions. In Partial Fraction… 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
Prerequisite: Working with .docx module Word documents contain formatted text wrapped within three object levels. The Lowest level- run objects, middle level- paragraph objects, and… Read More
Axes’ in all plots using Matplotlib are linear by default, yscale() and xscale() method of the matplotlib.pyplot library can be used to change the y-axis… Read More
As we know date and time are used in programs where we have to keep track of date and time, so it is necessary to… Read More
SAP labs visited our campus (Tier-2) in December for the Development Associate Consultant role. Most people had 5 rounds. 1 online  2 Technical rounds 1… Read More
I appeared for the TCS NQT exam in the month of October 2020. The exam contains 5 sections. Verbal ability Reasoning ability Numerical ability Programming… Read More
Wipro Visited Our Campus around mid-November 2020 and students with 7 CGPA and above can apply, around 2000 students gave an exam for this company.… Read More
Round 1: Two moderate level questions on HackerEarth. https://www.hackerearth.com/practice/algorithms/dynamic-programming/introduction-to-dynamic-programming-1/practice-problems/algorithm/avatar-and-his-quest-d939b13f/ https://www.hackerearth.com/problem/algorithm/find-greater-2/ Students who solved both of these were selected. Round 2: This was the first technical… Read More
During Covid-19 lockdown, I was contacted by a recruiter from Google for a Software Engineer role based in India. I was given tons of resources… Read More
React uses forms to allow users to interact with the web page. In React, form data is usually handled by the components. When the data… Read More