Ali Feyzi
1 min readJun 20, 2020

--

In my opinion, Python is..?

What is Python? Is it a snake or something else…

Phyton is as a language which serves communication with human and computers.
Yes, to communicate with a foreigner, we have to learn his/her language.
Now we want to give instructions to the computer. As you know computers use their own private language to get the works done. Therefore we must learn its language. Or the computer must learn our language.
Both of them are necessary but nearly impossible. Don’t worry, there is another solution.
We have an interpreter whose name is Python.
Python is an interpreted and high-level language.
High-level means that its language is closer to humans than other languages.
Therefore we can learn Python easily.
The most important feature of Python is that it is an object-oriented language.
You can find tons of documentation about “object-oriented” in google.
In my opinion, we use the object-oriented feature to create objects easily, in a wide variety and useful way.
As a result, If you want to command the computer and communicate with it easily and exactly, you should use python.

--

--