Indexing and Slicing in NumPy
Introduction To Indexing and Slicing in NumPy
What is Indexing and Slicing in NumPy? Accessing the values of an array we generally used the index...
Sets in Python and it’s Examples
Introduction To Sets In Python
A Sets in Python are similar to this mathematical set with the following new conditions.
Properties of Sets in Python.
The elements...
Comments in Python and its Examples
Introduction to Comments in Python
Comment means part of the code where you add extra information about your code. That comments in Python are not...
Python Math Library and it’s Examples
Introduction To Python Math Library
For a mathematical calculation in Python, In other words, you can use the built-in mathematics operators, such as addition(+), subtraction(-),...
Lambda (Anonymous) Function in Python
Introduction To Lambda Function In Python
In Python, there are three different types of function user-defined function, build-in function, an anonymous function. The anonymous function...
Inheritance In Python and it’s Example
Introduction To Inheritance In Python
Python programming is also object-oriented programming. Inheritance in python is a powerful feature in object-oriented programming.
What is meant by Inheritance?
In...
Single Row Function in SQL
Introduction to Single Row Function in SQL
Single row function in SQL are the ones who work on a single row and return one output...
Languages in SQL and its Examples
Introduction about the languages in SQL
There are three languages that control the SQL database. Like creating a table and modifying the data inside the...
Features of Python 3.9
Introduction to Python 3.9
This article explains the new features in python 3.9, as compared to 3.8. Python 3.9 is the last version providing those...
Data Manipulation Language in SQL
Introduction to Data Manipulation Language in SQL
Data manipulation language is used to retrieve information from the table and modify the data which is present...