Interpreter of python language

Python Interpreter :-   
                                                        Python  interpreter is a Program that reads on execute codes. This include source code, precompiled code and script comment. Python interpreter include perl python and Ruby interpreter, which execute perl python and Ruby code respectively. This means that it is proceed processed at runtime by interpreter and you do not need to compile your program before executing it. This is similar to Ruby and Perl language. Python is a interpreter language so python code run a statement at a time. 

Interpreter environment :



No comments:

Post a Comment

Comments in python

            What is comment : When are you writing programming  code,  sometimes have to tell about some statements and functions, then y...