Python - Introduction
Python is a powerful general-purpose, high-level, and interpreted programming language. It is used in web development, Artificial Intelligence, Neural Networks, machine learning, and other advanced fields of Computer Science.
It is a cross-platform (work in different Operating systems) object-oriented programming language with highly readable.
Python was created by Guido van Rossum during 1985- 1990 in Netherland.
Let start with python first hello world program
print("Hello World")
Program explanation-
This simple program is used to print “Hello World” using simple print syntax in one statement, while programming language like java used to take 4-5 lines.
That’s why Python is simple and easy to learn.
In this tutorial, we will learn python from basic to advanced.