0% found this document useful (0 votes)
15 views15 pages

Python Notes

The document introduces Python as a high-level programming language created by Guido van Rossum and released in 1991. It outlines the basic structure of programming, including input, process, and output, as well as the concept of tokens in Python. Additionally, it mentions different modes of using Python, such as interactive and script modes, and provides an overview of functions, operators, and data types in Python.
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)
15 views15 pages

Python Notes

The document introduces Python as a high-level programming language created by Guido van Rossum and released in 1991. It outlines the basic structure of programming, including input, process, and output, as well as the concept of tokens in Python. Additionally, it mentions different modes of using Python, such as interactive and script modes, and provides an overview of functions, operators, and data types in Python.
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

INTRODUCING PYTHON

INPUT – PROCESS- OUTPUT

•Enter raw data.


•Operate on the data.
•Obtain desired result.
INPUT – PROCESS- OUTPUT

INGREDIANTS SIMMERING RAVA LADDOO


PROGRAMS

• Program is a sequence of instructions that specifies how to


perform a computation.
INTRODUCTION TO PYTHON

•PYTHON is a high-level programming


language.
•PYTHON was created by Guido van
Rossum
•The language was released in 1991.
TOKENS

• All characters in a Python program are grouped into symbols


called tokens.
• Each component of a programming statement is referred to as a
token.
TOKENS
PYTHON MODES

INTERACTIVE MODE SCRIPT MODE


INTERACTIVE MODE- USING IDLE AS
CALCULATOR

Input in Interactive
Mode

Output in Interactive
Mode
IDLE- INTEGRATED DEVELOPMENT AND
LEARNING ENVIRONMENT
TITLE BAR

MENU BAR

COMMAND PROMPT

STATUS BAR
OPERATORS IN PYTHON
DATATYPES IN PYTHON
print() function
input() function
Variables in python

You might also like