DEV Community

Cover image for Why Python??
khush
khush

Posted on

Why Python??

“The power of Python is that its code is short and very literal, and advanced users can easily read it, making it suitable for both beginners and advanced programmers,” - Guido van Rossum(The Creator of PYTHON)
guido

Python is an interpreted, high-level and general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant whitespace.

Is it hard? like C,C++, JAVA?

No, Python is not hard for beginner. For Beginner they can learn python to get an idea about the processing of codes. How Control of line is shifted from one statement to other.
In programming Syntax is important and it's like a set of rules which need to follow while writing the codes

!!Surprise!!

python has simplest Syntax from all the other languages.
There are 3 reasons to opt the python as the first language.

1) Open-Source Open-Source
Python is an open source library and it is an example of FLOSS (Free/Libre and Open Source Software) which means it has the large open source community.

2) Interpreted Language
This means by interpreter each line of code is executes line by line, if any line has error the interpreter stop the execution and throws an error.

3) Large support of Library
Python supports many libraries which helps to reuse to prewritten codes for that purpose. Some of the famous libraries are
Tensor-flowTensor-flow- Machine Learning
OpenCVOpenCV- Computer Vision
NumpyNumpy- Higher Mathematical Model

Top comments (1)

Collapse
 
yuvraj883 profile image
Yuvraj883

noiceeee!!!!!