Skip to main content

ProwessApps

Learn · Practice · Excel
ADVERTISEMENT

User Input in Python in Hindi | Python Tutorial in Hindi | Learn Python in Hindi | #11

Complete Python Video Tutorial


Join the Discussion

Sign in to ask questions, help others, and leave comments.

Sign In

Your Personal Study Space

Sign in to save time-stamped bookmarks and private notes so you never lose track of important concepts.

Sign In to Add Notes
Complete Python Video Tutorial
93 Lessons
1
Python Introduction and Setup – Get Started with Python | Python Tutorial in Hindi | #1
13:28
2
Set Up Eclipse IDE for Python – Step-by-Step Guide | Python Tutorial in Hindi | #2
10:58
3
Pycharm-Professional Setup | Python Tutorial in Hindi | Learn Python in Hindi | #3
8:05
4
Keywords in Python in Hindi | Python Tutorial in Hindi | Learn Python in Hindi |#4
5:39
5
Identifiers, Variables and type function in Python in Hindi || Python Tutorial in Hindi | #5
8:34
6
Python Data Types in Hindi |Python Tutorial in Hindi | Learn Python in Hindi | #6
16:11
7
Type Casting in Python | Hindi | Python Tutorial in Hindi | Learn Python in Hindi | #7
20:16
8
Operators in Python in Hindi | Python Tutorial in Hindi | Learn Python in Hindi | #8
22:41
9
Get the Previous Command in idle Like Dos | Python Tutorial in Hindi | Learn Python in Hindi | #9
4:55
10
print() function in python in Hindi | Python Tutorial in Hindi | Learn Python in Hindi | #10
6:55
11
User Input in Python in Hindi | Python Tutorial in Hindi | Learn Python in Hindi | #11
9:28
Playing...
12
Python Coding Practice | Python Tutorial in Hindi | Learn Python in Hindi | #12
10:49
13
Conditional Statement in Python |Python Tutorial in Hindi | Learn Python in Hindi | #13
8:47
14
if-elif-else and Nested if in Python | Python Tutorial in Hindi | Learn Python in Hindi | #14
9:55
15
While Loop in Python | Python Tutorial in Hindi | Learn Python in Hindi | #15
8:10
16
Code Debugging in Pycharm | Python Tutorial in Hindi | Learn Python in Hindi | #16
8:58
17
Nested Loop in Python | Python Tutorial in Hindi | Learn Python in Hindi | #17
9:45
18
Factorial of a number | Loop Code Practice | Python Tutorial in Hindi | Learn Python in Hindi | #18
5:25
19
Check Prime Number or not in Python | Loop Code Practice | Python Tutorial in Hindi | #19
10:13
20
Palindrome Number | Loop Code Practice | Python Tutorial in Hindi | #20
6:18
21
Armstrong Number | Loop Code Practice | Python Tutorial in Hindi | #21
6:10
22
Generate Armstrong Number from 100 to 500 | Loop Code Practice | Python Tutorial in Hindi | #22
4:22
23
Generate Prime Number from 1 to 100 in Python | Loop Code Practice | Python Tutorial in Hindi | #23
3:23
24
Number Series Programs in Python | Loop Code Practice | Python Tutorial in Hindi | #24
12:00
25
Fibonacci series in Python | Loop Code Practice | Python Tutorial in Hindi | #25
5:47
26
Pattern Programming in Python | Loop Code Practice | Python Tutorial in Hindi | #26
12:38
27
for loop in Python | Python Tutorial in Hindi | #27
9:24
28
range() function in Python | Python Tutorial in Hindi | #28
6:10
29
break Statement in python | Python Tutorial in Hindi | #29
11:11
30
continue Statement in Python | Python Tutorial in Hindi | #30
6:28
31
pass Statement in Python | Python Tutorial in Hindi | #31
4:39
32
Comments and Multi-Line statements in Python | Python Tutorial in Hindi | #32
5:16
33
Built in functions in Python | Python Tutorial in Hindi | #33
14:14
34
Built in functions in Python Part-2 | Python Tutorial in Hindi | #34
8:53
35
math module in Python | Python Tutorial in Hindi | #35
8:01
36
Mutable and Immutable Objects in Python | Python Tutorial in Hindi | #36
8:29
37
String in Python | Python Tutorial in Hindi | #37
18:17
38
Operations on String | Python Tutorial in Hindi | #38
8:34
39
String Methods Part-1 | Python Tutorial in Hindi | #39
13:44
40
String Methods Part-2 | Python Tutorial in Hindi | #40
13:15
41
String Methods Part-3 | Python Tutorial in Hindi | #41
15:04
42
String Module in Python | Python Tutorial in Hindi | #42
6:34
43
String formatting in Python | Python Tutorial in Hindi | #43
17:56
44
List in Python I List Slicing | index, count, reverse etc. methods | Python Tutorial in Hindi | #44
36:55
45
Tuple in Python | Python Tutorial in Hindi | #45
13:18
46
Set in Python | Python Tutorial in Hindi | #46
11:50
47
Set Operations | Union, Intersection, Difference, Subset, Superset | Python Tutorial in Hindi | #47
10:19
48
Frozen Set in Python | Python Tutorial in Hindi | #48
5:41
49
Dictionary in Python | Python Tutorial in Hindi | #49
13:05
50
Dictionary's method in Python | Python Tutorial in Hindi | #50
18:53
51
Python Quiz-1 | Python Tutorial in Hindi | #51
8:02
52
Python Quiz-1 Answer | Python Tutorial in Hindi | #52
5:42
53
Python Quiz-2 | Python Tutorial in Hindi | #53
6:19
54
Python Quiz-2 Answer with Explanation | Python Tutorial in Hindi | #54
15:24
55
Programming in Python | get a character from ASCII value | reverse a number | reverse a string
19:24
56
Count Upper-Case letters in String | Python Tutorial in Hindi | #56
4:10
57
Check Palindrome String and Count Every Vowels in String | Python Tutorial in Hindi | #57
4:11
58
Match and Count Pattern(_at and %at%) in String | Python Tutorial in Hindi | #58
10:23
59
add 'ing' or 'ly' to the end of string | Python Tutorial in Hindi | #59
4:02
60
String Run Length Program of InfyTq | Python Tutorial in Hindi | #60
7:08
61
FIzzBuzz Program | Python Tutorial in Hindi | #61
4:47
62
Array in Python | Python Tutorial in Hindi | #62
15:52
63
List Comprehension in Python | Python Tutorial in Hindi | #63
16:23
64
How to Generate a list which extracts numbers from a string | Python Tutorial in Hindi | #64
3:25
65
Coding Practice on List Comprehension | Python Tutorial in Hindi | #65
13:54
66
Define a Function in Python | How to define Function in Python | Python Tutorial in Hindi | #66
18:18
67
What are the Argument Types in Python | Python Tutorial in Hindi | #67
12:04
68
What are Variable Number Arguments *args and **kwargs in python | Python Tutorial in Hindi | #68
17:30
69
Local and global variable scopes in python | Python Tutorial in Hindi | #69
6:19
70
Nested Function and Non-Local in Python | Python Tutorial in Hindi | #70
9:17
71
Python Scope Resolution - LEGB Rule | Python Tutorial in Hindi | #71
8:31
72
Scope Related globals(), locals(), dir() ,vars() functions in Python | Python Tutorial in Hindi
32:57
73
#73 Packing and Unpacking in Python, packing and unpacking operators (*, **) | Python in Hindi
18:00
74
Annotations in Python | Function Annotations | Python Tutorial in Hindi
5:48
75
First Class Object in Python, Lambda Function in Python | Python in Hindi | #75
20:49
76
Higher Order Functions in Python, map, filter and reduce | Python in Hindi |#76
17:55
77
map filter and reduce part-2 | Python in Hindi | #77
17:47
78
Closures in Python | Python in Hindi | #78
19:36
79
Decorators in Python | Python in Hindi | #79
28:58
80
Decorator Chaining in Python – Step-by-Step Guide | Python in Hindi | #80
13:16
81
Python Program to Generate All -Permutations of a String- Using *itertools* | Python in Hindi | #81
9:04
82
Python Program to Solve the Ancient Chinese Puzzle of Chickens and Rabbits | Python in Hindi | #82
11:33
83
Python Program to Calculate Food Delivery Bill | Python Programming Practice in Hindi | #83
15:58
84
Python Program to Find the Most Visited Medical Speciality Based on Patient Data | Python in Hindi |
8:48
85
Count Pairs of Numbers | Python in Hindi | #85 #codewithdaneyal
9:28
86
Python Programming Practice with HackerRank | Python in Hindi | #86 #codewithdaneyal
16:04
87
Hackerrank-The Minion Game | Python Programming Practice | Python in Hindi | #87
10:55
88
Hackerrank - Athlete Sort | Python Programming Practice | Python in Hindi | #88
12:32
89
Python Modules Explained | How to Create, Import, and Organize Code | Python in Hindi | #89
19:25
90
os module in python: System and File Management | Python in Hindi | #90
27:32
91
Python sys Module | Command-line Arguments, Recursion Limit & More | Python in Hindi #91
31:34
92
random module in python | Python for Beginners | Python in Hindi | #92
12:11
93
time module in python: Time Operations, Sleep, and Benchmarking | Python Tutorial in Hindi | #93
22:50
Complete Python Video Tutorial
93 Lessons
1
Python Introduction and Setup – Get Started with Python | Python Tutorial in Hindi | #1
13:28
2
Set Up Eclipse IDE for Python – Step-by-Step Guide | Python Tutorial in Hindi | #2
10:58
3
Pycharm-Professional Setup | Python Tutorial in Hindi | Learn Python in Hindi | #3
8:05
4
Keywords in Python in Hindi | Python Tutorial in Hindi | Learn Python in Hindi |#4
5:39
5
Identifiers, Variables and type function in Python in Hindi || Python Tutorial in Hindi | #5
8:34
6
Python Data Types in Hindi |Python Tutorial in Hindi | Learn Python in Hindi | #6
16:11
7
Type Casting in Python | Hindi | Python Tutorial in Hindi | Learn Python in Hindi | #7
20:16
8
Operators in Python in Hindi | Python Tutorial in Hindi | Learn Python in Hindi | #8
22:41
9
Get the Previous Command in idle Like Dos | Python Tutorial in Hindi | Learn Python in Hindi | #9
4:55
10
print() function in python in Hindi | Python Tutorial in Hindi | Learn Python in Hindi | #10
6:55
11
User Input in Python in Hindi | Python Tutorial in Hindi | Learn Python in Hindi | #11
9:28
Playing...
12
Python Coding Practice | Python Tutorial in Hindi | Learn Python in Hindi | #12
10:49
13
Conditional Statement in Python |Python Tutorial in Hindi | Learn Python in Hindi | #13
8:47
14
if-elif-else and Nested if in Python | Python Tutorial in Hindi | Learn Python in Hindi | #14
9:55
15
While Loop in Python | Python Tutorial in Hindi | Learn Python in Hindi | #15
8:10
16
Code Debugging in Pycharm | Python Tutorial in Hindi | Learn Python in Hindi | #16
8:58
17
Nested Loop in Python | Python Tutorial in Hindi | Learn Python in Hindi | #17
9:45
18
Factorial of a number | Loop Code Practice | Python Tutorial in Hindi | Learn Python in Hindi | #18
5:25
19
Check Prime Number or not in Python | Loop Code Practice | Python Tutorial in Hindi | #19
10:13
20
Palindrome Number | Loop Code Practice | Python Tutorial in Hindi | #20
6:18
21
Armstrong Number | Loop Code Practice | Python Tutorial in Hindi | #21
6:10
22
Generate Armstrong Number from 100 to 500 | Loop Code Practice | Python Tutorial in Hindi | #22
4:22
23
Generate Prime Number from 1 to 100 in Python | Loop Code Practice | Python Tutorial in Hindi | #23
3:23
24
Number Series Programs in Python | Loop Code Practice | Python Tutorial in Hindi | #24
12:00
25
Fibonacci series in Python | Loop Code Practice | Python Tutorial in Hindi | #25
5:47
26
Pattern Programming in Python | Loop Code Practice | Python Tutorial in Hindi | #26
12:38
27
for loop in Python | Python Tutorial in Hindi | #27
9:24
28
range() function in Python | Python Tutorial in Hindi | #28
6:10
29
break Statement in python | Python Tutorial in Hindi | #29
11:11
30
continue Statement in Python | Python Tutorial in Hindi | #30
6:28
31
pass Statement in Python | Python Tutorial in Hindi | #31
4:39
32
Comments and Multi-Line statements in Python | Python Tutorial in Hindi | #32
5:16
33
Built in functions in Python | Python Tutorial in Hindi | #33
14:14
34
Built in functions in Python Part-2 | Python Tutorial in Hindi | #34
8:53
35
math module in Python | Python Tutorial in Hindi | #35
8:01
36
Mutable and Immutable Objects in Python | Python Tutorial in Hindi | #36
8:29
37
String in Python | Python Tutorial in Hindi | #37
18:17
38
Operations on String | Python Tutorial in Hindi | #38
8:34
39
String Methods Part-1 | Python Tutorial in Hindi | #39
13:44
40
String Methods Part-2 | Python Tutorial in Hindi | #40
13:15
41
String Methods Part-3 | Python Tutorial in Hindi | #41
15:04
42
String Module in Python | Python Tutorial in Hindi | #42
6:34
43
String formatting in Python | Python Tutorial in Hindi | #43
17:56
44
List in Python I List Slicing | index, count, reverse etc. methods | Python Tutorial in Hindi | #44
36:55
45
Tuple in Python | Python Tutorial in Hindi | #45
13:18
46
Set in Python | Python Tutorial in Hindi | #46
11:50
47
Set Operations | Union, Intersection, Difference, Subset, Superset | Python Tutorial in Hindi | #47
10:19
48
Frozen Set in Python | Python Tutorial in Hindi | #48
5:41
49
Dictionary in Python | Python Tutorial in Hindi | #49
13:05
50
Dictionary's method in Python | Python Tutorial in Hindi | #50
18:53
51
Python Quiz-1 | Python Tutorial in Hindi | #51
8:02
52
Python Quiz-1 Answer | Python Tutorial in Hindi | #52
5:42
53
Python Quiz-2 | Python Tutorial in Hindi | #53
6:19
54
Python Quiz-2 Answer with Explanation | Python Tutorial in Hindi | #54
15:24
55
Programming in Python | get a character from ASCII value | reverse a number | reverse a string
19:24
56
Count Upper-Case letters in String | Python Tutorial in Hindi | #56
4:10
57
Check Palindrome String and Count Every Vowels in String | Python Tutorial in Hindi | #57
4:11
58
Match and Count Pattern(_at and %at%) in String | Python Tutorial in Hindi | #58
10:23
59
add 'ing' or 'ly' to the end of string | Python Tutorial in Hindi | #59
4:02
60
String Run Length Program of InfyTq | Python Tutorial in Hindi | #60
7:08
61
FIzzBuzz Program | Python Tutorial in Hindi | #61
4:47
62
Array in Python | Python Tutorial in Hindi | #62
15:52
63
List Comprehension in Python | Python Tutorial in Hindi | #63
16:23
64
How to Generate a list which extracts numbers from a string | Python Tutorial in Hindi | #64
3:25
65
Coding Practice on List Comprehension | Python Tutorial in Hindi | #65
13:54
66
Define a Function in Python | How to define Function in Python | Python Tutorial in Hindi | #66
18:18
67
What are the Argument Types in Python | Python Tutorial in Hindi | #67
12:04
68
What are Variable Number Arguments *args and **kwargs in python | Python Tutorial in Hindi | #68
17:30
69
Local and global variable scopes in python | Python Tutorial in Hindi | #69
6:19
70
Nested Function and Non-Local in Python | Python Tutorial in Hindi | #70
9:17
71
Python Scope Resolution - LEGB Rule | Python Tutorial in Hindi | #71
8:31
72
Scope Related globals(), locals(), dir() ,vars() functions in Python | Python Tutorial in Hindi
32:57
73
#73 Packing and Unpacking in Python, packing and unpacking operators (*, **) | Python in Hindi
18:00
74
Annotations in Python | Function Annotations | Python Tutorial in Hindi
5:48
75
First Class Object in Python, Lambda Function in Python | Python in Hindi | #75
20:49
76
Higher Order Functions in Python, map, filter and reduce | Python in Hindi |#76
17:55
77
map filter and reduce part-2 | Python in Hindi | #77
17:47
78
Closures in Python | Python in Hindi | #78
19:36
79
Decorators in Python | Python in Hindi | #79
28:58
80
Decorator Chaining in Python – Step-by-Step Guide | Python in Hindi | #80
13:16
81
Python Program to Generate All -Permutations of a String- Using *itertools* | Python in Hindi | #81
9:04
82
Python Program to Solve the Ancient Chinese Puzzle of Chickens and Rabbits | Python in Hindi | #82
11:33
83
Python Program to Calculate Food Delivery Bill | Python Programming Practice in Hindi | #83
15:58
84
Python Program to Find the Most Visited Medical Speciality Based on Patient Data | Python in Hindi |
8:48
85
Count Pairs of Numbers | Python in Hindi | #85 #codewithdaneyal
9:28
86
Python Programming Practice with HackerRank | Python in Hindi | #86 #codewithdaneyal
16:04
87
Hackerrank-The Minion Game | Python Programming Practice | Python in Hindi | #87
10:55
88
Hackerrank - Athlete Sort | Python Programming Practice | Python in Hindi | #88
12:32
89
Python Modules Explained | How to Create, Import, and Organize Code | Python in Hindi | #89
19:25
90
os module in python: System and File Management | Python in Hindi | #90
27:32
91
Python sys Module | Command-line Arguments, Recursion Limit & More | Python in Hindi #91
31:34
92
random module in python | Python for Beginners | Python in Hindi | #92
12:11
93
time module in python: Time Operations, Sleep, and Benchmarking | Python Tutorial in Hindi | #93
22:50