8:25
Python basics programming tutorial for beginners | Python print hello world code in Hindi Urdu
Learn to write Python print hello world code and other print function codes with single and double codes in this Python basics ...
12:11
Introduction to Variables in Python | Python programming tutorial in Hindi Urdu
This Python programming tutorial in Hindi Urdu tutorial introduces your to the concept of variables in programming and how to use ...
10:26
For loop in Python programming | Python tutorial for beginners in Hindi Urdu lesson 17
Python tutorial for beginners in Hindi Urdu lesson 17 gives you introduction to For loops in Python programming. We learn what ...
5:45
Print function in Python to display multiple lines | Python programming tutorial in Hindi Urdu
We learn to display multiple line message on the screen using Print () function in Python programming language. This tutorial ...
7:26
Formatted string in Python F-Strings in Python for string formatting for beginners in Hindi Urdu
In this Python video tutorial, we learn to use F-strings for string formatting in Python. Learn about formatted string in Python. First ...
6:21
For loop in Python programming part 2 | Python tutorial for beginners in Hindi Urdu lesson 18
We discuss further about for loops in Python. This is part 2 of for loops in Python tutorial for beginners in Hindi Urdu. You can ...
9:56
Writing a code program in Python using While loop and if statement | Python for beginners in Hindi
We write a code guessing program in Python using the while loop and if statement in lesson 16 of Python for beginners in Hindi ...
14:33
Python string slicing and string indexes | Python tutorial for beginners in Hindi Urdu lesson 8
We learn string slicing in Python by talking about string indexes in Python language. We can extract certain parts of strings using ...
15:18
String methods in Python part 2 | isalpha, isdigit, isprintable, islower, isupper, istitle, lower
We discuss the different strings methods in Python including isalpha, isdigit, isprintable, islower, isupper, istitle, lower in this ...
8:25
For loops with range function in Python
Learn to use for loops in Python with range function. This Python for beginners in Hindi Urdu lesson 19 teaches you about a ...
8:23
While loop in Python pattern printing | Python tutorial for beginners in Hindi Urdu lesson 15
We print symbols on user screen using the while loops in Python language in this Python for beginners in Hindi Urdu lesson 15.
11:04
Python tutorial in Hindi Urdu | Convert cm to inches & Kgs to pounds in Python programming lesson 7
Learn to convert the length from cm to inches in Python using the basic arithmetic operators. We also learn to convert weight in ...
20:45
String methods in Python | Built-in string methods in Python lesson 10 in Hindi Urdu for beginners
We learn about built-in string methods in Python language. We learn to use capitalize, upper, lower, title, index, find, replace, len ...
9:02
Input function in Python with str and int functions for calculations | Python in Hindi Urdu
We learn to use the input, str and int functions to get the input from the user, convert it into string or integer and then do the ...
10:20
Input function in Python with string function and concatenation | Python for beginners in Hindi Urdu
This Python tutorial teaches you how to use the input function in Python to get the input from the user. We also learn to use the str() ...
8:44
Arithmetic operators in Python and augment assignment operator in Python for beginners in Hindi Urdu
Learn how to use arithmetic operators and assignment operators in Python language. Arithmetic operators include plus, minus, ...
4:12
Implicit and explicit conversion concepts in Python | Python for beginners in Hindi Urdu lesson 13
Learn about implicit conversion and explicit conversion in Python. This Python for beginners in Hindi and Urdu lesson 13 teaches ...
17:21
Python String methods for beginners capitalize casefold center endswith find index islower isnumeric
We learn to use string methods in Python in this Python for beginners in Hindi Urdu video tutorial. We learn to use capitalize, ...
9:03
Arithmetic operators precedence and BEDMAS rule in Python | Python for beginners in Hindi Urdu 12
We use the BEDMAS rule with arithmetic operators in Python to perform mathematical operations. When we are programming for ...
9:49
While loops Python language tutorial | Python for beginners in Hindi Urdu lesson 14
This Python programming video tutorial introduces you to using while loops in Python. We use the while loop to run a section of ...