Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
195 views

Python by Geeky Show

Uploaded by

Tanveer Abbas
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
195 views

Python by Geeky Show

Uploaded by

Tanveer Abbas
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Python by Geeky Show

Lecture No 01
Introduction to Python

Object oriented Language.

Combination of C and java.

https://www.python.org/
Lecture No 02

Download Geeky Shows Core Python Study Material


See.

Lecture No 03
How Python Work
Q: How python work?
ANS:

PVM: Python Virtual machine.

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

Note: Lecture 07 to Lecture 12 see latter.

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 a10 so tag 10 is used when we again assign a20 so 1st value
of a is useless.
See practical at 17:07
Lecture No 15
Data Type in Python

You might also like