All Basic Articles
In the previous article, we have seen on How to Add Data to Firebase Firestore in Android. This is the continuation of this series. Now… Read More
University Grants Commission National Eligibility Test (UGC NET) is a national-level exam conducted by the National Testing Agency (NTA). It aims to provide job opportunities… Read More
Ganit provides solutions at the intersection of analytics, AI, and IoT. It uses sophisticated tools and techniques to mine Big or small data emerging from… Read More
NPTEL is an acronym for National Programme on Technology Enhanced Learning which is an initiative by seven Indian Institutes of Technology (IIT Bombay, Delhi, Guwahati,… Read More
I applied from the official website. After a few days, I got a mail from them about the test link on hackerrank. I solved all… Read More
If you want to create a machine learning model but say you don’t have a computer that can take the workload, Google Colab is an… Read More
In this article, we will implement tinymce text editor in our Django application. What is django-tinymce? django-tinymce is a Django application that contains a widget… Read More
Passing context into your templates from class-based views is easy once you know what to look out for. There are two ways to do it… Read More
This exercise has been deleted as per new NCERT Curriculum Question 1. Find the area of the triangle whose vertices are: (i) (2, 3), (-1,… Read More
The expression must have class type is an error that is thrown when the dot(.) operator is used to access an object’s properties, is used… Read More
It is quite common that errors may occur while reading data from a file or writing data to a file in C. For example, an… Read More
IDE stands for Integrated Development Environment. It is used for developing software and projects faster because it has various tools that you require in your… Read More
Given a matrix, mat[][] of size N * M and two positive integers A and B, the task is to construct a matrix of size… Read More
Given two integers L and R, the task is to find the count of numbers in the range [L, R] whose first and last digit… Read More
A reflex game is a simple fun game that measures your responding speed. It is quite simple to make and understand. We will be designing… Read More
In this article, we will be building a Spin the Bottle Game Project using Java and XML in Android. The application is based on a… Read More
An onChange event is triggered when values are entered in the input. This fires a function handleChange(), that is used to set a new state… Read More
Given two integers X and Y, the task is to find the number of integers, K, such that gcd(X, Y) is equal to gcd(X+K, Y),… Read More
In this article, we are going to discuss how to merge two CSV files there is a function in pandas library pandas.merge(). Merging means nothing… 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