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 |
Mention what are the rules for local and global variables in Python?
What is the key difference between a list and the tuple?
is Python similar to ruby?
Given the first and last names of all employees in your firm, what data type will you use to store it?
What is super in python class?
What is the difference between range() and xrange() functions in python?
Describe how to implement Cookies for Web python.
Explain how python is interpreted.
Describe how to send mail from a Python script.
What are the generators in python?
How do we make forms in python?
Does range start at 0 python?