Intro to Ad hoc Network | Part 1
An ad hoc network is one that is spontaneously formed when devices connect and communicate with each other. The term ad hoc is a…
SQL Syntax
Database A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A…
Program to find Roots of a Quadratic Equation
In this post You’ll be learning how to write a program for finding out the roots of a quadratic equation…
Introduction to SQL
SQL is a standard language for accessing and manipulating databases. What is SQL? SQL stands for Structured Query Language SQL…
Outlier detection using Local Outlier Factor (LOF)
What is an Outlier? In Normal language outlier is a person or thing that is situated away or detached away…
How to generate all possible set of words from a Sentence
In This Post we have been given a String S, and we have to print all possible set of words…
Namespace and Scope in Python
Namespaces A namespace is a collection of currently defined symbolic names along with information about the object that each name…
Keyword in Python Part 1
In this tutorial we will be learning about keywords in python. Keywords are the reserved words in Python. We cannot…
Python Language Introduction
Python is an interpreted, high-level and general-purpose programming language. Python’s design philosophy emphasizes code readability with its notable use of…
Multicollinearity Analysis in Linear Regression
Introduction Multicollinearity might be a handful to pronounce but it’s a topic you should be aware of in the machine…