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

Python Mind Map

Uploaded by

antben.1216
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Python Mind Map

Uploaded by

antben.1216
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

commands are typed

next to the Command


Prompt. It is useful for
testing code or to get
error immediately.

Interactive Mode

we can use interactive


mode to use IDLE as a
calculator as it gives
answer/error
python.org/downloads
immediately.
> DOWLOAD PYTHON
button under
"Download latest used for lengthy
version for windows > programs.
(got .exe file) > double- How To Install
click .exe file and press
install now. Interactive mode > File
Script Mode
> New File > type your
commands > File > Save
with name.py . after
Creating module/script/
this you can click F5 or
program file
Run > Run Module.
executes all commands.
launch interactive
mode > start > scroll
down to python 3.7 > How To Start
must start with
IDLE and idle screen
alphabets or
appears.
underscore.

Title Bar can only consist of

PYTHON Rules for writing


alphabets, digits and an
underscore.
File Menu Variables
variable name are :

Components of IDLE keyword cannot be


Edit Menu Menu Bar
Python used.

Help Menu
are case-sensitive: Age
and age are diff.
Command Prompt

data type represents


Status Bar the type of data stored
in variable.

int (integer) integer, long integer,


Data Types
boolean.

float

str (string)

You might also like