Example & Tutorial understanding programming in easy ways.

What is Python? and what are the benefits of Using Python ?

Python is interpreted languages. When you write a Python script, it does not need to get compiled before execution. Few other interpreted languages are PHP and Javascript.

Benefit of Using Python :

- We do not require to Initialize the Type of the variable like var=1 and var='1', both are different type, first one is integer type and second one is string type.

- Python supports Object oriented programming.

- Python provides GUI application.

- Many modules of the Python are use in Machine Learning and Data science.

- Android Development is Also possible by Python.

- Python provides Django for Web Development

Read More →