All Basic Articles
Prerequisites: Matplotlib in Python, MySQL While working with Python we need to work with databases, they may be of different types like MySQL, SQLite, NoSQL,… Read More
“We can have data without information, but we cannot have information without data.”  How beautiful this quote is. Data is the backbone of a Data… Read More
Prerequisites: Beautifulsoup In this article, we will see how to use Xpath with BeautifulSoup. Getting data from an element on the webpage using lxml requires… Read More
The basic difference between conventional if-else and if let is that if let uses one pattern that needs to be matched to an expression also… Read More
Given a matrix, the task here is to first select an element from each row in such a manner that when taken in exact order… Read More
“In some ways, programming is like a painting. You start with a blank canvas and certain basic raw materials. You use a combination of science,… Read More
Python isn’t just a language; it’s a powerhouse of tools that can make a developer’s life a whole lot easier. And when it comes to… Read More
HTML stands for Hypertext Markup Language, and it is the standard markup language for creating web pages and web applications. HTML5 is the 5th version… Read More
Like all other programming languages, CSS also have their functions. CSS functions are used as a value for various CSS properties. Unlike other programming languages,… Read More
The first thing that we have to keep in my mind while solving this kind of problem is that the strings are immutable i.e, If… Read More
Shellphish is a powerful open-source tool Phishing Tool. It became very popular nowadays that is used to do phishing attacks on Target. Shellphish is easier… Read More
In this article, we will discuss the Digital Clock in C++ Language. It is an application that allows for a personal clock that starts at… Read More
In the previous article, we have seen adding as well as reading data from our Bac4App database in the Android app. In this article, we… Read More
Green Computing also called as Green IT (Information Technology) or Green Technology refers to the durable computing of the environment which means eco-friendly use of… Read More
Introduction :Cluster computing is a collection of tightly or loosely connected computers that work together so that they act as a single entity. The connected… Read More
Virtualization is the creation of Virtual Version of something such as server, desktop, storage device, operating system etc. Thus, Virtualization is a technique which allows… Read More
Data Breach means accessing someone’s data without knowing them or without any authorization. Data Breach also called data leaking or information leaking. Data can be… Read More
Prerequisite – Cloud Computing Cloud Computing which is one of the demanding technology of current scenario and which has been proved as a revolutionary technology… Read More
In today’s world where data is all around everyone relies on data professionals who can analyze and extract data to predict insights from the big… Read More
In Automata theory, Finite Automata can be classified into three types- DFA NFA ∈-NFA ∈ means an empty input. That means the automaton can change… Read More