Course curriculum
-
1
Introduction
-
1.0 Course Preview
FREE PREVIEW -
1.1 How to use this Video Course
FREE PREVIEW -
1.2 Introduction to Programming
-
1.3 Introduction to Python Programming
-
1.4 Installation of Python, Jupyter Notebook & Eclipse
FREE PREVIEW -
1.5 Basic Concepts of Python Programming
FREE PREVIEW -
1.6 Some Simple Python Programs
-
-
2
Data Types (in brief)
-
2.1 Introduction to Data Types
-
2.2 Numbers (int,float, complex)
-
2.3 Numbers (bin, oct, hex)
-
2.4 Strings
-
2.5 Lists
-
2.6 Tuples
-
2.7 range
-
2.8 Set
-
2.9 FrozenSet
-
2.10 Dictionary
-
2.11 Boolean & None
-
-
3
Operators and Expressions
-
3.1 Introduction to Operators
-
3.2 Arithmetic Operators
-
3.3 Comparison Operators
-
3.4 Assignment Operators
-
3.5 Logical Operators
-
3.6 Bitwise Operators
-
3.7 Membership Operators
-
3.8 Identity Operators
-
3.9 Expressions
-
-
4
Decision Control Statements
-
4.1 Introduction to Decision Control Statements
-
4.2 ‘if’ statement
-
4.3 ‘if - else’ statement
-
4.4 ‘elif’ statement
-
4.5 Nested ‘if’
-
-
5
Loops
-
5.1 Introduction to Loops
-
5.2 while loop
-
5.3 for loop
-
5.4 for loop - Programs
-
5.5 Nested loops
-
5.6 Loop Control Statements (break, continue and pass)
-
5.7 else statement with loops
-
-
6
Numbers
-
6.1 Introduction to Numbers
-
6.2 Math Module (Core Methods)
-
6.3 math module (Power & Logarithmic Functions)
-
6.4 math Module (Remaining Functions)
-
6.5 Number related built in functions
-
6.6 Random Numbers
-