Class 1-Python
Class 1-Python
https://www.python.org/downloads/
Installing Python
https://www.python.org/downloads/
Installing PIP
Jupyter notebook is a browser-based interpreter that allows us to interactively work with Python
Variables in Python
Green
Yellow
Variables in Python
Color
Blue
0x1289ab
Data Types in Python
Arithmetic Operators
Assigment Operators
Python Tokens
Keywords
Identifiers
Literals
Operators
Python Keywords
I am constant
I don’t change
Python String
'''This is a multi-line
"Hello, how are string in Python.
'Hello World'
you?" It can span across
multiple lines.'''
Extracting Individual Characters
G R O W D A T A S K I L L S
0 1 2 3 4 5 6 7 8 9 10 11 12 13
-14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1
String Functions
Finding length of a String