what is the computer language python
Answers
Python is a programming language which was formed by Guido Van Rossum in February 1931. It is easy to learn yet powerfull object oriented high level programming language.
python is a compact and easy to use object oriented language with very simple syntax rules. It is very high level language and thus very very programmer friendly.
python is a interpreted language whose interpreter execute the code line by line.
you do not need to download and install additional libraries; all types of required functionality js available through various modules of python standard library.
python can run equally we on varieties of language.
Like Linux/UNIX, Macintosh, smartphones etc.
python language is freely availabe without any cost and its source code is also freely available.
Answer:
Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications. Also, Python, as a high level programming language, allows you to focus on core functionality of the application by taking care of common programming tasks.