Last answered:

02 Jul 2024

Posted on:

22 Jun 2024

0

How python is a Low level Language?

How python is a Low level Language?

1 answers ( 0 marked as helpful)
Instructor
Posted on:

02 Jul 2024

0

Hi Jatin!
Thanks for reaching out.


Actually, Python is considered a high-level programming language, which means it's designed to be user-friendly with a syntax that resembles human language. It abstracts many of the complex details associated with the computer's hardware, allowing programmers to write code more quickly and with fewer lines. In contrast, low-level languages like C or Assembly offer more direct control over the hardware but require more detailed and complex code to manage these interactions.


Hope this helps.
Best,
Tsvetelin

Submit an answer