All Easy Articles
Accessing a NumPy-based array by a specific Column index can be achieved by indexing. NumPy follows standard 0-based indexing in Python.   Example: Given array:… Read More
A software inspection checklist is a list of items that are reviewed during a software inspection. These items are designed to help ensure that the… Read More
Git Bash is an application that provides Git command line experience on the Operating System. It is a command-line shell for enabling git with the… Read More
Given a Roman numeral, the task is to find the corresponding decimal value. Note: Roman numerals are represented by seven different symbols: I, V, X,… Read More
Consider a scenario of a school where everyday teachers, staff, authorities need to go through the records of their students for various purposes like searching… Read More
Given an array arr[] and an odd integer N, the task is to check if N numbers can be selected from the array having even… Read More
Given an array of N distinct integers. For each element the task is to find the count of subsequence from all the possible subsequence whose… Read More
Given a number N, the task is to write C program to check if the given number is perfect cube or not. Examples: Input: N… Read More
Pagination using Scrapy. Web scraping is a technique to fetch information from websites. Scrapy is used as a Python framework for web scraping. Getting data… Read More
Project Title: Login and registration Project using Flask framework and MySQL Workbench. Type of Application (Category): Web application. Introduction: A framework is a code library… Read More
Logical Link Control (LLC) is a sublayer that generally provides the logic for the data link as it controls the synchronization, multiplexing, flow control, and… Read More
SQL UPDATE JOIN could be used to update one table using another table and join condition. Syntax – UPDATE tablename INNER JOIN tablename ON tablename.columnname… Read More
1. Hierarchical Data Model: Hierarchical data model is the oldest type of the data model. It was developed by IBM in 1968. It organizes data in… Read More
Decorators in Python are really a very powerful feature. If you are a web developer and you have used the Django framework or even some… Read More
Deep Learning is a type of Artificial Intelligence or AI function that tries to imitate or mimic the working principle of a human brain for… Read More
In this article, we are going to cover the application of Syntax Directed Translation where we will also see real example and how can solve… Read More
Fragmentation is an important function of network layer. It is technique in which gateways break up or divide larger packets into smaller ones called fragments.… Read More
Prerequisite: Trie | (Insert and Search) Given an array of strings words[] and a partial string str, the task is to find the strings of… Read More
Prerequisite: Iterators in STL Iterators are objects similar to pointers which are used to iterate over a sequence and manipulate the container elements. The advantage… Read More
Chess patterns are simply certain tactical positions that regularly occur in games. It can be easily designed by using the pseudo selector of CSS. This… Read More