Explain how python is interpreted.
Answer / chaitanya
Python program runs directly from the source code. Each type Python programs are executed code is required. Python converts source code written by the programmer into intermediate language which is again translated it into the native language / machine language that is executed. So Python is an Interpreted language.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the print in python?
How to read a 10gb (or larger) file size in python?
Do you need classes in python?
What does numpy linspace return?
When you need ordered container of things, which will be manipulated, use lists?
How do you open an already existing file and add content to it?
Are there maps in python?
What are different methods to copy an object in python?
What is monkey patching?
What is the use of dir() function?
Tell me how to find bugs or perform static analysis in a python application?
Can I learn python in a month?