All Basic Articles
Do you ever think of what it’s like to build anything like a brain, how these things work, or what they do? Let us look… Read More
Given an IP address as input, the task is to write a Python program to check whether the given IP Address is Valid or not… Read More
Cybersecurity is a critical part of any company. Not only companies but even governments need top-class cybersecurity to make sure that their data remains private… Read More
A ChatBot is basically a computer program that conducts conversation between a user and a computer through auditory or textual methods. It works as a… Read More
I applied for Accolite via a Hiring challenge AHC 11.0 Tech Fresher Hiring on Eduthrill. It was an off-campus drive and there were no CGPA… Read More
Given two arrays A[] and B[] of size N and an integer K, the task is to check if all possible subset-sums of subsets of… Read More
Round 1: It was wholly aptitude based, the basic question on English, Data interpretation and aptitude, can say the pattern was CAT based but the… Read More
OWASP basically stands for the Open Web Application Security Project, it is a non-profit global online community consisting of tens of thousands of members and… Read More
Technical debt is the concept of delaying or omitting work to complete a project or reach a goal faster, but it also causes more rework in… Read More
Round 1 (Online Assessment 2hr 30min): The assessment consisted of four components, a code debugging section (20 minutes), a coding test (70 minutes), a work… Read More
A CSV file contains a tabular sort of data where each row contains comma-separated values. The columns may contain values belonging to different data structures.… Read More
A receipt calculator is generally a slip in which the total invoice along with their names is mentioned. We will use the class PrettyTable inside… Read More
When a user hits the button on the Tkinter Button widget, the command option is activated. In some situations, it’s necessary to supply parameters to… Read More
Prerequisite: Python GUI – Tkinter Python offers multiple options for developing a GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the… Read More
Giving a String, write a Python program to find the maximum run of uppercase characters. Examples: Input : test_str = ‘GeEKSForGEEksISBESt’ Output : 5 Explanation : ISBES… Read More
Text files are composed of plain text content. Text files are also known as flat files or plain files. Python provides easy support to read… Read More
In this article, we will see Inplace in pandas. Inplace is an argument used in different functions. Some functions in which inplace is used as… Read More
The Java.util.LinkedHashSet.contains() method is used to check whether a specific element is present in the LinkedHashSet or not. So basically it is used to check… Read More
Alert Dialogs are the UI elements that pop up when the user performs some crucial actions with the application. These window-like elements may contain multiple… Read More
CAMView Library is a simple solution for accessing users’ device camera. By using this library we can access users’ cameras and use to perform so… Read More