Introduction to Python

Python is an easy and fun to learn programming language. It is in high demand in today's market as it is very suitable for Data Science and ML.


Python's syntax is very simple when compared to other programming languages. Below are some of the points why python is easy to learn:


1.You don't have to declare a variable with its datatype.

2.A variable is declared when it is used for the first time.

3.There are no open and close paranthesis for any statements(for, if).