0% found this document useful (0 votes)
91 views5 pages

3 Python Virtual Machinepdf Lyst6765

The document discusses the development of applications using C/C++ and Python, highlighting the role of the Python Virtual Machine (PVM). The PVM converts bytecode instructions into machine code for execution. It also mentions the Just In Time (JIT) compiler and the interpreter in the context of Python programming.

Uploaded by

Shilpa Munjal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views5 pages

3 Python Virtual Machinepdf Lyst6765

The document discusses the development of applications using C/C++ and Python, highlighting the role of the Python Virtual Machine (PVM). The PVM converts bytecode instructions into machine code for execution. It also mentions the Just In Time (JIT) compiler and the interpreter in the context of Python programming.

Uploaded by

Shilpa Munjal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python

Python virtual machine

Saurabh Shukla (MySirG)


- Agendas

① How to develop applications using C / C++ ?

② How to develop applications using Python ?

③ PVIY
Hpp1ing ?
cK gum <
.
- - - -
-
Build
-

-
.
, - sum . exe
-

| >☐mpiler
-

preprocessor
.

code

§
,
"

→inker
"
"

Executable
'
\
Source File
-
-

-
-
,
, fire
,
- ,
, _

platform
Dependent
slw

k 1mg
Python?
ing
Sum .
py → ya

:→Comp

platform
source file independent

i:÷⑤
PUNI
The role of Python virtual machine CPVM)

is to convert the bytecode instructions into

machine code so that the computer can

execute those machine code instructions


and display the final output .

pvm

|/JIn*ñ|memorymanagn-É✓
JIT

Just In Time Compiler a interpreter

You might also like