23:35
Python for Absolute Beginner | A Complete Roadmap | Python Tutorial | Python Course | #OSOPCoding
OSOPCoding
24:23
Need of Computer, Data & Information | Python for Absolute Beginner | Python Tutorial - #Lecture1
18:16
Operating System | Languages & Hardware | Functions of OS | Python Programming - #Lecture2
24:46
Python Introduction | History of Python & Versions | Python for beginner | Python Coding- #lecture3
19:24
Features of Python Programming Language | Python for beginner | Python Coding - #Lecture4
20:20
Python Applications | Python Tracks | Career Options in python | Python for beginner - #Lecture5
35:33
Python program execution process | Python Interpreter & Compiler | Python for beginner - #Lecture6
18:38
Python Installation & Configuration | Python IDLE Interactive & Script Mode | Python - #Lecture7
14:19
Comments & Keywords in python | Single/Multi Line Comments | Python for beginner - #Lecture8
18:56
Variables Declaration Rules in Python | Variable / Identifiers Naming Conventions | - #Lecture9
21:01
Print Function in Python | Python Print Function Syntax & Use | Python for beginner - #lecture10
26:09
Variable in Python | Use of Memory | Reference variable in Python | Python for beginner - #Lecture11
28:03
Data Types in Python | Simple & Composite Type | type() Function | Python for beginner - #Lecture12
21:09
Input() function in Python | Type Casting | Conversion of Types | Python for beginner - #Lecture13
23:12
Arithmetic Operators in Python | eval() Function in Python | Python for beginner - #Lecture14
20:25
Practical : Variables, Data Types & Arithmetic Operators | Python Tutorial - #Lecture15
24:09
Algorithm & it’s need | Flow chart & Symbols used in flow chart | Python Tutorial - #Lecture16
19:06
First Python Program | How to Write a python program | Python Tutorial for beginner - #Lecture17
15:29
Practical: Addition of two numbers | Input Function & Type Casting |Python Tutorial - #Lecture18
13:58
Program & Practical: Area of Circle | Python IDLE | Python Tutorial for beginner - #Lecture19
15:20
Program & Practical: Fahrenheit to Celsius | IDLE | Python Tutorial for beginner - #Lecture20
23:24
Program & Practical: Swapping of Two Numbers | IDLE | Python Tutorial for beginner - #Lecture21
25:12
Python String | String Declaration, Indexing & Slicing | Python Tutorial for beginner - #Lecture22
14:42
String Practical | String ‘+’, ‘*’, Indexing & Slicing | Python Tutorial for beginner - #Lecture23
31:34
Conditional Execution | if statement & it’s need | Relational / Comparison operators - #Lecture24
38:10
If else statement in python | Program for finding greatest between two numbers - #Lecture25
17:32
Program & Practical: checking input number is even/odd | Python Tutorial for beginner - #lecture26
11:53
Program & Practical: Check eligibility to vote or not | Python Tutorial for beginner - #lecture27
32:33
Nested if else statement in Python | if elif else statement | Python Tutorial - #Lecture28
32:20
Logical operators in Python | finding greatest among three numbers | Python Tutorial - #Lecture29
23:54
Practical logical Operators | greatest among three number | Practical of Marksheet - #Lecture30
21:22
Ternary operators in Python | Nesting of ternary operators | Python Tutorial - #Lecture31
35:32
Number systems | Decimal, Binary, Octal & Hexa Decimal | Python Tutorial for Beginners - #Lecture32
43:17
Conversion from Decimal to Binary, Octal & Hexa Decimal | Python Tutorial - #Lecture33
32:23
Bitwise Operators Part- 1 | Bitwise OR, AND & XOR Examples | Python Tutorial - #Lecture34
35:57
Bitwise Operators Part - 2 | 1’s Complement, Left and Right Shift | Python Tutorial - #Lecture35
14:30
Program: Bitwise Operator in Python | Checking input number is even or odd | Python - #Lecture36
15:17
Practical: Bitwise Operator in Python | Checking input number is even or odd | Python - #Lecture37
14:39
Assignment Operators | Operators Precedence | Python Tutorial for absolute Beginner - #Lecture38
33:37
String formatting in python | format specifiers | format function | Python Tutorial - #Lecture39
44:17
Handling repetitions & Loops in python | while loop syntax | Python Tutorial - #Lecture40
26:15
Program for finding sum of N natural numbers using while loop | Python Tutorial - #Lecture41
27:34
Program for printing first N odd numbers using while loop | Python Tutorial - #Lecture42
20:28
Program for finding sum of square of first n number using while loop | Python Tutorial - #Lecture43
17:56
Program for printing table of N using while loop | Generate Table | Python Tutorial - #Lecture44
16:38
Program for printing Series 1 2 4 7 11 N | while loop | Python Tutorial for beginners - #Lecture45
27:21
Program for finding sum of odd n even numbers up to N | while loop | Python Tutorial- - #Lecture46
22:08
Program for finding factorial of input numbers using while loop | Python Tutorial - #Lecture47
25:57
Program for calculating x to the power y using while loop | Python Tutorial - #Lecture48
22:48
Program for finding sum of series using while loop | X + X^2 / 2! + | Python Tutorial - #Lecture49
20:15
Program for finding sum of digits of N using while loop | Python Tutorial for beginner - #Lecture50
18:28
Program for finding Reverse of N using while loop | Python Tutorial for beginner - #Lecture51
16:03
Program to check whether input number is palindrome | Python Tutorial for beginner - #Lecture52
37:07
Python list data type | + & * operation | Indexing & Slicing | List Functions/Methods - #Lecture53
Python tuple data type | + & * operation | Indexing & Slicing | tuple Function/Methods - #Lecture54
38:58
#Lecture 55 - Practical's of Python List & Tuple data types | List & Tuple Functions / Methods
21:30
Python set data type | Set Functions/Methods | Set Math Operations | Python Tutorial - #Lecture56
28:04
Python Dictionary data type | Key/Value Mapping | Dictionary Functions | Python - #Lecture57
34:41
Practical Python Set & Dictionary data type | Key/Value Mapping | Functions | Python - #Lecture58
36:57
For loop in python & it’s basic syntax | for loop Practical | Python Tutorial - #Lecture59
25:30
Python for loop with range() function | range() Function in python | Python Tutorial - #Lecture60
27:42
Program & Practical for generating first N Fibonacci Numbers | loops in Python - #Lecture61
Nested Loops | loop Practical | Python Tutorial #python #pythontutorial
16:29
Sum of Series x + x^3/3! + x^5/5! + .....N | Nested of loop | #pythonforbeginners
20:57
First N Prime Number | Python for Absolute beginner | #python #pythonbeginner
24:20
break & continue statements | Nested loop cases | Python for absolute beginners | #Python #lecture65
9:47
Python program to generate Star Pattern 1 | Nested Loop | Python for Beginner | #python #lecture66
10:09
Python program to generate Star Pattern 2 | Nested Loop | Python for Beginner | #python #lecture67
5:21
Python program to generate Upper Half Pyramid | Python Tutorial | Nested Loop | #python #lecture68
7:10
Python program to generate Star Pattern 5 | Nested Loop | Python for Beginner | #python #lecture70
7:15
Lower Half Pyramid & Complete Pyramid | Nested Loop s| Python for Beginner | #python #lecture71
23:34
Functions in Python | Python for Absolute Beginner | #python #lecture72
12:40
Python program to find Greater Number using Function | Python for Beginners | #Python #Lecture73
7:49
Python program to find factorial using function | Python for Beginners | #Python #Lecture74
9:13
Python program to swap two numbers using function | Python for Beginners | #Python #Lecture75
7:26
Reverse of a Number using Function | Python for Beginners | #Python #Lecture76
9:51
Fibonacci Numbers using Function | Python for Beginners | #Python #Lecture77
14:27
Function Arguments | Positional, Keyword & Default Arguments | Python for Beginners | #Python Lec78
12:12
*args | Variable length arguments | args packed in Tuple | Python for Beginners | #Python #Lecture79
13:27
**kwargs | Keyword Variable Length Arguments | Python for Beginners | #Python Lecture80
13:32
Passing List in Function | List Arguments | Python for Beginners | #Python #pythonprogramming #Lec81
Local & Global Scope in Python | nonlocal scope in Nested Function | namespace | #Python Lecture82
32:09
Recursion in Python | Sum of First N integers using Recursion | Python for Beginners | #Python Lec83
15:12
Factorial using Recursion in Python | Role of Stack | Python for Beginners | #Python Lecture84
11:23
Sum of digits of Number using Recursion in Python | Python for Beginners | #Python #Lecture85
12:16
Fibonacci Series using Recursion in Python | Recursion | Python for Beginners | #Python #Lecture86
13:46
GCD using Recursion in Python | Python for Beginners | #Python Lecture87
16:16
Python Modules | Creating Modules in Python | Functions | Python for Beginners | #Python Lecture88
16:41
Python Packages | Creating Packages in Python | Python for Beginners | #Python #Lecture89
28:51
Array in Python | Array Module | Type Code | Python For Beginners | #Python #Lecture90
8:36
Sum of elements of Array in Python | Array Module | Python for Beginners | #Python Lecture91
10:47
Minimum Element of Array in Python | Smallest Element | Array Module | #Python #Lecture92
12:19
Reverse of Array in Python | Array Module | Python for Beginners | #Python #Lecture93
10:33
passing array in Function in Python | Python for Beginners | Python Array Module | #Python #Lec94
14:59
Difference: Procedure Oriented & Object Oriented Programming | Python for Beginners | #Python Lec95
18:21
OOPs Features | Encapsulation | Abstraction | Inheritance | Polymorphism | #Python #Lecture96
36:28
Python Class / Object | OOPs in Python | Instance Variable | Python for Beginners | #Python #Lec97
13:01
Addition of two Numbers using Class Objects in Python | OOPs | Python for Beginners | #Python #Lec98
19:21
Python __init__ Method | __del__ Method | Constructor & Destructor | Python Tutorial | #Python #99
13:17
__str__ Method in Python | String Representation of Object | Python for Beginners | #Lecture #Lec100
11:37
Greater Number using Class Object in Python | Python for Beginners | #Python #Lecture101 #coding
12:47
Loops in Python Class | Class & Objects | OOPs | Python for Beginners | #Coding #Python #Lecture102
18:51
Object Passing in Python Class | OOPs | Python for Beginners | Python Tutorial | #Python #Lecture103
16:05
Object Returning from Python Class | OOPs | Python for Beginners | #Python #Lecture104 #Coding
26:25
Inheritance in Python | Types of Inheritance | Python for Absolute Beginner | #python #Lecture105
19:32
Multilevel Inheritance in Python | Constructors Calling | Python for Beginners | #Python #Lecture106
23:37
Lambda function in Python | Functional Programming | Python for Beginners | #Python #Lecture107
File Handling in Python | open() & close() function | Python for Beginners | #Python #Lecture108
11:45
File Opening Modes in Python | File Access Modes | Python for Beginners | #Python #Lec109 #Coding
14:26
Reading Data from Python File | File Handling in Python | Text File | Read Mode | #Python #Lec110
17:03
Creating Python File | Write Mode | Writing Data in File | Python for Beginners | #Python | #Lec111
12:32
File Copy Program in Python | Text & Image Copy | Python for Beginners | #Python #Lecture112 #Coding
17:16
File Pointer Manipulation | tell() & seek() Function | Python for Beginners | #Python #Lec113 #Code