All Basic Articles
In this article, we are going to discuss the support vector machine in machine learning. We will also cover the advantages and disadvantages and application… Read More
1. Application Programming Interface (API) :  API stands for Application Programming Interface which is a collection of communication protocols and subroutines used by various programs… Read More
OOP stands for Object-Oriented Programming. As you can guess from it’s name it breaks the program on the basis of the objects in it. It… Read More
1. Program : Program, as name suggest, is simply sequence of operations that are needed to performed by computer that enables application and software programs… Read More
API testing, or application programming interface testing, is a type of software testing that focuses on the testing of individual API methods and the interactions… Read More
In this article, we will create a rounded image with CSS. It can be done by using the CSS border-radius property. This property is mainly… Read More
Notification is a message which appears outside of our Application’s normal UI. A notification can appear in different formats and locations such as an icon… Read More
Most of the apps require to include support to display PDF files in their app. So if we have to use multiple PDF files in… Read More
Question 1: The perimeter of the rectangular field is 82 m and its area is 400 m2. Find the breadth of the rectangle? Solution: Given:… Read More
Given an array arr[] consisting of N positive integers, the task is to find the sum of all the array elements required to be subtracted… Read More
Given a positive integer N, the task is to find the smallest positive number made up of distinct digits having sum of its digits equal… Read More
Given a numeric string S representing a positive decimal integer, the task is to find the minimum number of positive Deci-Binary numbers required to obtain… Read More
It is quite known to everyone how Artificial Intelligence and Machine Learning are dominating the tech world in the present-day scenario. And you might be… Read More
Selenium is a powerful tool for controlling web browsers through programs and performing browser automation. It is functional for all browsers, works on all major… Read More
Tkinter is a Python module that is used to create GUI (Graphical User Interface) applications with the help of a variety of widgets and functions.… Read More
Prerequisite:  Python GUI – tkinter multithreading Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the… Read More
The Pandas module contains various features to perform various operations on Dataframes like join, concatenate, delete, add, etc. In this article, we are going to… Read More
In this article, we are going to add a legend to the depicted images using matplotlib module. We will use the matplotlib.pyplot.legend() method to describe… Read More
Prerequisites:  Matplotlib  numpy  Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. To plot any data the most basic step… Read More
Prerequisites: Matplotlib In this article, we will create a scatter plot with error bars using Matplotlib. Error bar charts are a great way to represent… Read More