Python and it’s virtue

S S MISHRA
1 min readDec 30, 2020

Python is an interpreted, high-level and general-purpose programming language.

Developed by Guido van Rossum.

These are some of the reasons that the people used Python rather than else.

1.Python is power-full and fast.
2. it plays well with others.
3. it runs everywhere.
4. it is friendly & easy to learn.
5. it is Open.

An Interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program. it is translating each statement into a sequence of one or more subroutines, and then into another language (often machine code).

High-level languages are considered high-level because they are closer to human languages and further from machine languages.Each high level language will have its own syntax and keywords.

A general-purpose programming language is a programming language dedicated to a general-purpose, designed to be used for writing software in a wide variety of application domains.

--

--