Python by Geeky Show
Python by Geeky Show
Lecture No 01
Introduction to Python
https://www.python.org/
Lecture No 02
Lecture No 03
How Python Work
Q: How python work?
ANS:
Lecture No 04
Python Virtual Machine
PVM mean interpreter.
Lecture No 06
Q: How we check that any softer ware install on our pc/system?
ANS:
This Pc Right click properties advance system setting advance Environment variable
path
remaining
Lecture No 13
Reserved words in Python
Lecture No 14
Constant in Python
Lecture No 15
Variable in Python
As we know in variable python work on value so when we assign some value to a variable the value of
that variable is used as tag as in example a10 so tag 10 is used when we again assign a20 so 1st value
of a is useless.
See practical at 17:07
Lecture No 15
Data Type in Python