For Loop in Python (So Easy to Understand) #9

preview_player
Показать описание
A loop is a fundamental concept in all programming languages, not just Python. Loops are used to repeat a certain block of code.

In this video, we will learn about the for loop in Python. The for loop is used to loop over a sequence, one item at every iteration. We will learn about Python sequences, range() function, and looping through a Python list. At the end of the video, we will also learn to write a program to print the multiplication table of a specified number.

~

Watch our videos and revise them with our Python App!

Timestamps:
0:00 Intro
0:28 Python Sequences
1:18 Python for Loop
3:19 Looping through a List
3:59 Python range()
5:30 Multiplication Table using for
7:18 Programming Task
7:45 Recap

Find Programiz elsewhere:

---------------------------------------------------

For Loop in Python (So Easy to Understand)

#python #learnprogramming #programiz #forloop
Рекомендации по теме
Комментарии
Автор

🔥Finding it Damn Hard to Understand Python?
Learn to code—the right way—with interactive lessons, quizzes & challenges. Build a strong programming base; it's IMPORTANT!

programizstudios
Автор

Hey Guys! At 0:45, there is a minor error on our part. "Python" is a sequence of 6 characters, not 7.

programizstudios
Автор

This channel is really underrated, such good content.

SpodermanISLoVe
Автор

for i in range (1, 100):
print(i, "+", end=" ")
print(100, end=" ")
print("=", sum (range(1, 101)))

sauravsingh
Автор

i know i am late in this video but i just started learning from yesterday and i am catching up pretty fast thanks to you guys. I was learning c from the website back then too.

otatop
Автор

This was the first video I saw, and it was very much useful. And this is not the last video. Now I am gonna watch the complete playlist. Thanks. And keep uploading

harikrishanankurup
Автор

Guys if u want to learn python this is the best content some one can give you this can even compete with paid course worth a thousand dollar. Glad got a teacher like you thanks for the videos

HariPrasad-mnvu
Автор

Thank you for your lessons! You 're explaining really very good. I solved the task, you gave at the end of the video and I was excited, when it ran and everything was correct.

irynahryma
Автор

Highly underrated channel, thanks a lot pal!

VladimirTheAesthete
Автор

total = sum(range(1, 101))
print(total)

Easy way to do it in just 2 lines using the sum() function. Though its a shortcut that doesn't use a for-loop obviously.

enzy
Автор

You are a genius and a great professor! Thanks a lot!

multitaskprueba
Автор

So simply explained. Unbelievable. Thanx boss!

torpedoe
Автор

loved the way of teaching, as well as the content

-ronaka
Автор

Thank you so much. This video was very helpful!

panagiotisbotonakis
Автор

thaks a lot everything clearer than my professor's telling xD

malikcimen
Автор

Your video's are very nice you explain it very nicely i made soo many programs on python by only watching your video it helped me alot Thank you bro

shadanakhtar
Автор

Thanks sir 👍
Keep uploading...I am regular viewer!!

letstry
Автор

Thank you for explaining the concept simply. it is awesome

liw
Автор

Thank you very much for the awesome tutorials. Easily one of the best tutorials out there! One question, where is the github project you mention in the video? I can't find it in your comments or description.

MugenK
Автор

Great video ! I love the way you explain evereything, it all makes sense. Keep up the great vídeos ! I have a small feedback, I know that every video you teach us a new tool of programing that opens up a whole new universe of small projects that we can do to get better, and at the end of the video you give us a smal project "homework" but its always very oriented in training that specific tool, i think that at the end of every video you should give us 3 small but yet challenging projects that we will use everything that we learned until that point. Thank you so much for the awesome content, and i hope you understand what im saying.. im sorry for the bad english.. Much love from Brasil !! 🇧🇷👍

hamburguesete