All Basic Articles
The shape attribute of a NumPy array returns a tuple representing the dimensions of the array. For a two-dimensional array, the shape tuple contains two… Read More
1. Turbo C++ (TC) : It is a compiling software used for C and CPP Language. The initial release was in May 1990 but the… Read More
In this article, we’ll learn how to restrict landscape mode in the flutter app. A production-ready app should be free from all sorts of bugs… Read More
Choice Box : It is used to display a window having a multiple options i.e items in EasyGUI, it can be used where there is… Read More
In this article, we are going to cover how the lexical analyzer works and will also cover the basic architecture of lexical analyzer. Let’s discuss… Read More
In this article, we are going to cover working of the bottom-up parser and will see how we can take input and parse it and… Read More
Given list of tuples, task is to extract all the tuples where Kth index elements are not present in argument list. Input  :  test_list =… Read More
Given list of Strings, task is to remove all the strings, which are substrings of other Strings. Input : test_list = [“Gfg”, “Gfg is best”,… Read More
Given a String List, and a substring, extract list of indices of Strings, in which that substring occurs. Input : test_list = ["Gfg is good",… Read More
In this article, we will explore the process of Split Pandas Dataframe by Rows. The Pandas DataFrame serves as the focal point, and throughout this… Read More
Many of the times we need to make changes to our deployed project for some reason. Either we want to have a new version of… Read More
Holdout Method is the simplest sort of method to evaluate a classifier. In this method, the data set (a collection of data items or examples)… Read More
Exploratory program development style refers to an informal development style or builds and fix the style in which the programmer uses his own intuition to… Read More
Prerequisite – Domain Name System (DNS) in Application Layer  In the world of networking, computers do not represent by names like humans do, they represent… Read More
List, Set, and Map share common functionality found in many collections. Some of this common functionality is defined by the Iterable class, which List and… Read More
Software development is a multi stage approach of design, documentation, programming , prototyping, testing etc which follows a Software Development Life Cycle (SDLC) process. Different… Read More
CPUs kernel doesn’t simply distribute the entirety of our PCs’ resources to single process or service. CPU is continuously running many processes that are essential… Read More
Every tech business or industry requires a system to expedite the current of information and management of the overall process into its hood. The view… Read More
1. Source Code: Source code refers to high level code or assembly code which is generated by human/programmer. Source code is easy to read and modify.… Read More
Pre-Requisite: Layers of OSI Model Network Protocols are a set of guidelines governing the exchange of information in a simple, dependable, and secure way. Network… Read More