-
1.Introduction to Python 2
-
Lecture1.1
-
Lecture1.2
-
-
2.Variables in Python 2
-
Lecture2.1
-
Lecture2.2
-
-
3.Python Operators: 2
-
Lecture3.1
-
Lecture3.2
-
-
4. conditional if.....else......statements 5
-
Lecture4.1
-
Lecture4.2
-
Lecture4.3
-
Lecture4.4
-
Lecture4.5
-
-
5. conditional if.....elif......else, & nested if statements 5
-
Lecture5.1
-
Lecture5.2
-
Lecture5.3
-
Lecture5.4
-
Lecture5.5
-
-
6. Python While Loops 6
-
Lecture6.1
-
Lecture6.2
-
Lecture6.3
-
Lecture6.4
-
Lecture6.5
-
Lecture6.6
-
-
7. Python - Nested While Loops 5
-
Lecture7.1
-
Lecture7.2
-
Lecture7.3
-
Lecture7.4
-
Lecture7.5
-
1.introduction -lecture 01
Python is a widely used general-purpose, high level programming language. It was created by Guido van Rossum in 1991 and further developed by the Python Software Foundation. It was designed with an emphasis on code readability, and its syntax allows programmers to express their concepts in fewer lines of code.
Next
2.Introduction PDF