#34 Python Tutorial | For Loop in Python(HINDI)

Опубликовано: 09 Апрель 2026
на канале: AspOracle
346
6

In this python tutorial we are going to talk about for loop with examples.

A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string).

This is less like the for keyword in other programming language,

and works more like an iterator method as found in other object-

orientated programming languages.

Using loops in computer programming allows us to automate and

repeat similar tasks multiple times. In this tutorial, we’ll be covering

Python’s for loop.

A for loop implements the repeated execution of code based on a

loop counter or loop variable. This means that for loops are used

most often when the number of iterations is known before entering

the loop, unlike while loops which are conditionally based.

For Loops

In Python, for loops are constructed like so:

for [iterating variable] in [sequence]:
[do something]

The something that is being done will be executed until the sequence is over.

Full Playlist Link of Python Tutorial In Hindi :   • Python Tutorial in Hindi  

Here is the list of vedios In the Playlist:

35 Python Tutorial | Nested For Loop in Python (HINDI) :    • #35 Python Tutorial | Nested For Loop in P...  

34 Python Tutorial | For Loop in Python(HINDI) :    • #34 Python Tutorial |  For Loop in Python(...  

33 Python Tutorial | Python Exercises Solution of If Else and InBuilt Functions (HINDI) :   • #33 Python Tutorial | Python Exercises Sol...  

32 Python Tutorial | If Else Exercises In python(HINDI) :    • #32  Python Tutorial | If Else Exercises I...  

31 Python Tutorial | Nested If Else Statement in Python (HINDI) :    • #31 Python Tutorial | Nested If Else State...  

30 Python Tutorial | Else If in python (HINDI) :    • #30 Python Tutorial | Else If in python (H...  

29 Python Tutorial | If else statement in python (HINDI) :    • #29 Python Tutorial | If else statement in...  

Top 3 Programming Languages to Learn in 2019 to get a job without a college degree (HINDI) :    • Top 3 Programming Languages to Learn in 20...  

28 Python Tutorial | Boolean in Python (HINDI) :    • #28 Python Tutorial |  Boolean in Python (...  

27 Python Tutorial | Inbuilt functions in python (HINDI) :    • #27 Python Tutorial | Inbuilt functions in...  

26 Strip Method in Python (HINDI) :    • #26 Python Tutorial | Strip Method in Pyth...  

25 String Indexing and Step Argument Exercise Solution (HINDI) :    • #25 Python Tutorial | String Indexing and ...  

24 Python Exercises For Beginners (HINDI) :    • #24 Python Tutorial | Python Exercises For...  

23 String Slicing in Python (HINDI) :    • #23 Python Tutorial | String Slicing in Py...  

22 String Indexing Python (HINDI) :    • #22 Python Tutorial |  String Indexing Pyt...  

21 Python Exercise Solution (HINDI) :    • #21 Python Tutorial | Python Exercise Solu...  

20 Python Exercises for Beginners (HINDI) :    • #20 Python Tutorial | Python Exercises for...  

19 String Formatting In Python (HINDI) :    • #19 Python Tutorial |String Formatting In ...  

18 Int Function in Python (HINDI) :    • #18 Python Tutorial | Int Function in Pyth...  

17 More Than One Input Python (HINDI) :    • #17 Python Tutorial | More Than One Input ...  

16 User Input in Python (HINDI) :    • #16 Python Tutorial | User Input in Python...  

15 Concatenation in Python (HINDI) :    • #15  Python Tutorial | Concatenation in Py...  

14 Variables in Python (HINDI) :    • #14 Python Tutorial | Variables in Python ...  

13 Python Tutorials For Beginners | Calculator Solution (HINDI) :    • #13 Python Tutorial | Python Tutorials For...  

12 Python Exercises For Beginners | Calculator Exercise (HINDI) :    • #12 Python Tutorial | Python Exercises For...  

11 Precedence Rule In Python (HINDI) :    • #11 Python Tutorial  | Precedence Rule In ...  

10 Python Tutorials For Beginners | Calculator in Python(HINDI) :    • #10 Python Tutorial | Python Tutorials For...  

9 Python Tutorials For Beginners | Raw String in Python (HINDI) :    • #9 Python Tutorial | Python Tutorials For ...  

8 Python Not Working In VScode (HINDI) :    • #8 Python Not Working In VScode | Integrat...  

7 Python Tutorials For Beginners | Escape Sequence Solution (HINDI) :    • #7  Python Tutorial | Python Tutorials For...  

6 Python Tutorials For Beginners | Escape Sequence Exercise (HINDI) :    • #6 Python Tutorial | Python Tutorials For ...  

5 Python Tutorials For Beginners | Python Escape Sequences (HINDI) :    • #5 Python Tutorial | Python Tutorials For ...  

4 Python Exercises for Beginners | Print Exercise Solution (HINDI) :    • #4 Python Tutorial | Python Exercises for ...  

3 Python Exercises For Beginners | Print Exercise (HINDI) :    • #3 Python Tutorial | Python Exercises For ...  

2 String Manipulation in Python | Print Function (HINDI) :    • #2 Python Tutorial | String Manipulation i...  

1 Integrate GIT Bash with Visual Studio Code (HINDI) :    • #1 Python Tutorial | Integrate GIT Bash wi...  

0 Python Tutorials For Beginners | Introduction (HINDI) :    • #0 Python Tutorial | Python Tutorials For ...  
-----------------------------------------------------------------------------

Reach Out my Blog : www.asporacle.com

Our Social Links-

Youtube -    / shalinipublicity  
Facebook-   / asporacle  
Twitter-   / pgurugoswami  


Email - [email protected]


#asporacle
#learnpython
#python2019

Your host
Prashant goswami
Senior software programmer
( vb , c# , asp.net , Python )