1.python interpreter and interactive mode

ManjuA8 1,861 views 16 slides Jan 18, 2022
Slide 1
Slide 1 of 16
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16

About This Presentation

python interpreter and interactive mode


Slide Content

Python Interpreter and
interactive mode

Basics
It is high level, general purpose .
Open source.
Invented by Guido Van Rossum in 1991
Application
web programming
Scripting
scientific computing
artificial intelligence.

Features
Easy to learn
Interactive Mode
Portable
GUI Programming
Free and Open Source
Extensive libraries

Advantages
Easy to debug
Game, Animation, Web development
Open Source
Free learning resources
Libraries
Job opportunities
App development

Versions
Python 3.6.2
Python 2.7.14

How to open

Python Interpreter

Execution
Using Command Line Window
Using Python’s IDLE
Directly from Command Prompt

Execution
Using Command Line Window

Execution
Using Python’s IDLE

Execution
Using Python’s IDLE
To print the message “Hello” directly using shell

Execution
Using Python’s IDLE
To print the message “Hello” using file

Execution
Using Python’s IDLE
To print the message “Hello” using file

Execution
Using Python’s IDLE
To print the message “Hello” using file

Execution
Using Python’s IDLE
To print the message “Hello” using file

Execution
Directly from Command Prompt
Tags