Question 1. A student buys a pen for Rs. 90 and sells it for Rs. 100. Find his gain and gain percent? Solution: Given, the… Read More
Category Archives: Technical Scripter
Question 1. Which of the following sentences are statements? Give reasons for your answer? Note: A sentence is called mathematically acceptable statement if it is… Read More
Question 1: In given Fig. ABCD is a parallelogram, AE ⊥ DC and CF ⊥ AD. If AB = 16 cm, AE = 8 cm… Read More
In this article, we are going to discuss a step-by-step guide on how to configure the apache web server on top of a docker container,… Read More
To recurse or not to recurse, that is the question. We all know about the fun we have with recursive functions. But it has its… Read More
In this article, we are going to discuss how to create y-axes of both sides of a Matplotlib plot. Sometimes for quick data analysis, it… Read More
In this article, we are going to discuss how to compute the nums against the bins using the NumPy module. A histogram is the best… Read More
Sometimes while analyzing any data through graphs we need two x or y-axis to get some more insights into the data. Matplotlib library of Python… Read More
In this article, we are going to discuss how to add multiple axes to a figure using matplotlib in Python. We will use the add_axes()… Read More
In this article, we will find the height of the text canvas using JavaScript. We have two approaches to find the height of a text… Read More
In the following article, we dynamically add and remove list items using JavaScript. We are using JavaScript to add and/or remove list items dynamically which… Read More
MongoDB, the most popular NoSQL database, we can count the number of documents in MongoDB Collection using the MongoDB collection.countDocuments() function. The mongodb module is… Read More
In this article, we will find out the extract the values of frequency from an FFT. We can obtain the magnitude of frequency from a… Read More
Prerequisites: Matplotlib Matplotlib is the most widely used library for plotting graphs with the available dataset. Matplotlib supports line chart which are used to represent… Read More
In this article, the task is to display the scientific notation as float in Python. The scientific notation means any number expressed in the power… Read More