Is python a low level language?



Is python a low level language?..

Answer / Prem Anand

No, Python is considered a high-level programming language, meaning it provides an abstraction from the lower levels of hardware and allows developers to focus more on application logic.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What does eval mean in python?

1 Answers  


How many kinds of operators do we have in python? Explain arithmetic operators?

1 Answers  


How do you disconnect from the database?

1 Answers  


What is the most "pythonic" way to iterate over a list in chunks?

1 Answers  


Do we need to call the explicit methods to destroy the memory allocated in python?

1 Answers  


How is exception handling done in python?

1 Answers  


How do you sort a list alphabetically in python with sort function?

1 Answers  


What are the two types of functions in python?

1 Answers  


Can notepad ++ run python?

1 Answers  


Why python language is called python?

1 Answers  


What are python libraries? Name a few of them.

1 Answers  


What are Python's built-in data structures?

2 Answers  


Categories