The Python Programming Language презентация

Слайд 2

Why Learn Python?

Why Learn Python?

Слайд 3

Why Learn Python?

Why Learn Python?

Слайд 4

Why Learn Python?

Why Learn Python?

Слайд 5

Use of Python Education Scripting Web-development Testing GUI programming Glue

Use of Python
Education
Scripting
Web-development
Testing
GUI programming
Glue language
Big Data
Machine Learning
AI
Automation
Mathematical calculations (alt. to MATLAB)
Etc...

Слайд 6

Who uses Python?

Who uses Python?

Слайд 7

Python Community

Python Community

Слайд 8

What is a Program ? In computing, a program is

What is a Program ?
In computing, a program is a specific

set of ordered operations for a computer to perform.
Слайд 9

High and low Level Languages

High and low Level Languages

Слайд 10

Compilation vs Interpretation

Compilation vs Interpretation

Слайд 11

Installing Python

Installing Python

Слайд 12

Coding modes

Coding modes

Слайд 13

Program Flow sequential steps conditional steps repeated steps

Program Flow

sequential steps
conditional steps
repeated steps

Слайд 14

Variables naming Must start with letter (from a to Z)

Variables naming

Must start with letter (from a to Z) or underscore

sign (_) .
Followed by any number of characters including (letters, underscore signs, numbers).
Must NOT include special characters or signs (@, #, +, - …) .
Must NOT be Python keyword.
Case sensitive (cat and Cat are different variable names).
Its better to follow PEP 8. https://www.python.org/dev/peps/pep-0008/
Слайд 15

Reserved Words

Reserved Words

Слайд 16

Comments # Comment ‘’’ Multiline Comment ‘’’

Comments

# Comment
‘’’
Multiline Comment
‘’’

Имя файла: The-Python-Programming-Language.pptx
Количество просмотров: 28
Количество скачиваний: 0