Chapter 6 - PYTHON
Krishna Priya G
Created on July 11, 2021
Over 30 million people build interactive content in Genially.
Check out what others have designed:
THE MESOZOIC ERA
Presentation
ALL THE THINGS
Presentation
ASTL
Presentation
ENGLISH IRREGULAR VERBS
Presentation
VISUAL COMMUNICATION AND STORYTELLING
Presentation
GROWTH MINDSET
Presentation
BLENDED LEARNING
Presentation
Transcript
PYTHON
01
GETTING STARTED WITH
02
https://www.menti.com/gfa4s1y2w5
02
What is PYTHON
CONTENT
Working with PYTHON
Understanding the program
Positives and Negatives
03
Guido van Rossum
Modula-3
ABC
04
INFLUENTIAL
05
06
"Monty Python’s Flying Circus"
Python was first released in 1991 as PYTHON 0.9.0
ORIGIN OF PYTHON
07
Easy to use
MERITS OF PYTHON
Script mode
02
Interactive mode
01
10
WORKING WITH PYTHON
COMPARE
07
Expressive Language
Easy to use
MERITS OF PYTHON
COMPARE
07
Interpreted Language
Expressive Language
Easy to use
MERITS OF PYTHON
COMPARE
07
Completeness
Interpreted Language
Expressive Language
Easy to use
MERITS OF PYTHON
COMPARE
07
Cross-platform Language
Completeness
Interpreted Language
Expressive Language
Easy to use
MERITS OF PYTHON
COMPARE
07
Free and Open Source
Cross-platform Language
Completeness
Interpreted Language
Expressive Language
Easy to use
MERITS OF PYTHON
COMPARE
07
Variety of Usage / Applications
Free and Open Source
Cross-platform Language
Completeness
Interpreted Language
Expressive Language
Easy to use
MERITS OF PYTHON
08
Not the Fastest Language
DE-MERITS OF PYTHON
08
Lesser Libraries than C, Java, Perl
Not the Fastest Language
DE-MERITS OF PYTHON
08
Not Strong on Type-binding
Lesser Libraries than C, Java, Perl
Not the Fastest Language
DE-MERITS OF PYTHON
08
Not Easily Covertible
Not Strong on Type-binding
Lesser Libraries than C, Java, Perl
Not the Fastest Language
DE-MERITS OF PYTHON
07
helpful for webdevelopment, uses Indentations.
Rich library of predefined functions
Portable and Platform Independent
Case Sensitive
Easy to understand has simple structure
Interpreted Language
High level language, Free and Open Source
FREATURES OF PYTHON
09
PyCharm IDE
Spyder IDE
Anaconda Python
CPython Installation
PYTHON DISTRIBUTIONS
09
# MY FIRST PROGRAMprint("Hello")
UNDERSTANDING THE PROGRAM
Other characters
White spaces
Special Symbols
Digits
09
Letters
PYTHON CHARACTER SET
09
# SAMPLE PROGRAMname= "arya"age-15contribution = 710.75print(name, "aged", age,"has contributed", Contribution)
Punctuators
Operators
Literals
Identifiers
09
Keywords
TOKENS
09
# SAMPLE PROGRAMname= "arya"age-15contribution = 710.75print(name, "aged", age,"has contributed", Contribution)
11
THANK YOU!