0% found this document useful (0 votes)
7 views

https

Uploaded by

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

https

Uploaded by

Ansuman Behera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

https://youtu.be/xpWYAfl9pJE?

t=7403

It's Relatively Easy to Use

It's Free

.It's Portable

It's General Purpose Language

It's Powerful

Dynamic typing

Automatic memory management

Programming-in-the-large support

Built-in object types

Built-in operation

Library utilities & Third-party utilities

It's Mixable

It's Object-Oriented and Functional

Python Interpreter / Python Virtual Machine (PVM)

An interpreter is a kind of program that

executes other programs. When you write a

-pyther

Python program,

the Python interpreter reads your program and

carries out the instructions it contains.

In effect, the interpreter is a layer of software


logic between your code and the computer

hardware on your machine

the Python code you write must always be run

by this interpreter. And to enable that, you must

install a Python interpreter on your computer.

You might also like