jagomart
digital resources
picture1_Python Language Pdf 186694 | Python1 1


 163x       Filetype PDF       File size 0.39 MB       Source: portal.scitech.au.edu


File: Python Language Pdf 186694 | Python1 1
fundamentals of python reference fundamentals of python k a lambert and b l juneja asst prof dr anilkumar k g 1 introduction python is an interpreted language and you can ...

icon picture PDF Filetype PDF | Posted on 02 Feb 2023 | 2 years ago
Partial capture of text on file.
                Fundamentals of Python 
                (Reference: Fundamentals of Python, K.A 
                          Lambert and B.L Juneja) 
                                   Asst. Prof. Dr. Anilkumar K.G          1 
       Introduction 
       • Python is an interpreted language, and you can run simple python 
         expressions and statement in an interactive programming 
         environment, called the Shell. 
       • Whether you are running Python code as a script or interactively in a 
         shell, the Python interpreter does a great deal of work to carry out 
         the instructions in your program. 
       • The interpreter reads Python expression or statement called the 
         source code and verifies that it is well formed. 
       • In this step, the interpreter behaves like a strict English language 
         teacher. 
                                        Asst. Prof. Dr. Anilkumar K.G               2 
          
       Introduction(cont.) 
       • As soon as the interpreter encounters such an error, it halts 
         translation with an error message. 
       • If the python expression is well formed, the interpreter then 
         translates it to an equivalent form in a lower-level language called 
         byte code. 
       • This byte code is next sent to another software component, called the 
         Python Virtual Machine (PVM) where it is executed. 
       • If another error occurs during this step, the execution also halts with 
         an error message. 
                                       Asst. Prof. Dr. Anilkumar K.G              3 
       Introduction(cont.) 
       • Algorithm: An algorithm is a sequence of instructions for solving a 
         problem. 
       • Python scripts: Python scripts are programs that are saved in files and 
         run from a terminal command prompt. 
       • Syntax: Syntax is the set of rules for forming correct expressions and 
         statements in a programming language. 
                                      Asst. Prof. Dr. Anilkumar K.G              4 
The words contained in this file might help you see if this file matches what you are looking for:

...Fundamentals of python reference k a lambert and b l juneja asst prof dr anilkumar g introduction is an interpreted language you can run simple expressions statement in interactive programming environment called the shell whether are running code as script or interactively interpreter does great deal work to carry out instructions your program reads expression source verifies that it well formed this step behaves like strict english teacher cont soon encounters such error halts translation with message if then translates equivalent form lower level byte next sent another software component virtual machine pvm where executed occurs during execution also algorithm sequence for solving problem scripts programs saved files from terminal command prompt syntax set rules forming correct statements...

no reviews yet
Please Login to review.