answersLogoWhite

0


Best Answer

There are two basic categories of languages: low-level and high-level. A low-level language interacts with the hardware directly or mostly directly, so an intimate knowledge of the underlying hardware being programmed for must exist. Low-level languages are also relatively difficult to move from one computing platform to another (such as from Windows to a Mac).

A high-level language abstracts the hardware, and so programming becomes more solution-oriented and less hardware-oriented. Python does not offer access to the underlying hardware directly, and allows you to perform numerous low-level instructions in just a few lines of code. Thus, since Python substantially removes the programmer from the hardware, it is a high-level language.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Python is one of the many high level languages.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does python do in high level language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is mid level language?

A language that allows you to combine high-level programming with low-level programming. C and C++ are generally regarded as being mid-level languages.


What is the difference between high level language and low level language?

A programming language that is machine-independent is called a "high-level" language - this includes Java, C++, Python, etc. A programming language that is machine-dependent is called a "low-level" language. For PCs, this usually includes assembly, binary code or some proprietary languages on embedded devices.


Where can one find tutorials on how to create Python time programs?

Python is a high level interactive, object-oriented programming language. If one requires a tutorial to create Python time programs there is a full tutorial available on the Tutorials Point website.


What are the simalarities of high and low level programming?

high level language; is a computer language that is near to human language. high level programming is a process of programming high level language.Example,c++,java,cobol are one of them. The reverse is true for the low level language.


What Machine language is an example of a high-level language.?

There is no program that can translate machine code to a high-level language. The best you can do is disassemble the code. This produces code that is similar to assembly language, but which lacks variable names and comments. Even a skilled programmer will need to spend hours disentangling the code in order to make it readable -- but you can never restore the code back to its original source code, no matter what language it was written in.

Related questions

why python is simple?

-It is a high-level and interpreted programming language. -Python is a general-purpose language. -It has a simplified syntax nature. -It is easy to understand. -It is easy to read and write. -Python is much faster than other languages.


What is mid level language?

A language that allows you to combine high-level programming with low-level programming. C and C++ are generally regarded as being mid-level languages.


Which language was created by a one armed man?

Python was created by Guido van Rossum, who is not a one-armed man. Python is a high-level programming language known for its simplicity and readability.


What is the difference between high level language and low level language?

A programming language that is machine-independent is called a "high-level" language - this includes Java, C++, Python, etc. A programming language that is machine-dependent is called a "low-level" language. For PCs, this usually includes assembly, binary code or some proprietary languages on embedded devices.


When was the first python array written?

Python is a high level computer programming language. It allows programmers to use clearer code with fewer lines that other languages. A Python array is a method to store data. Whilst it is impossible to precisely date when the first python array was written, development work started on the language in December 1989.


Where can one find tutorials on how to create Python time programs?

Python is a high level interactive, object-oriented programming language. If one requires a tutorial to create Python time programs there is a full tutorial available on the Tutorials Point website.


What all applications can you do with PYTHON language?

Python is a coding language just like any other (i.e. C++, Java, FORTRAN). So, in short, Python can do anything you want to do. Some things to note though are that python is a high-level language and might be slower than other lower ones. However, the trade off is that you can code much more quickly than you can in C or Java.


What is python 2.6 pywin32 212?

Python 2.6 is a release of Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability.pywin32 is a release of python 2.5 designed to run on 32-bit Windows machines.pywin32-212 is build 212 of pywin32.


What is python 2.6 pywin32-212?

Python 2.6 is a release of Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability.pywin32 is a release of python 2.5 designed to run on 32-bit Windows machines.pywin32-212 is build 212 of pywin32.


Embedded with high level language?

high level language for embedded


Is BASIC a high level language?

Yes, it is a High-Level Language


Is scheme is an high level language?

Scheme is a functional programming language and a high level language.