Python Programming #9 - For Loops

preview_player
Показать описание
Python Programming for Beginners! A series of Python Tutorials covering all the basics of Python programming. In this video we'll cover for loops, iterating over data structures and understanding the range function to iterate over numbers!

♦♦♦♦♦♦♦♦♦♦

THECODEX is a company focused on empowering and enabling anyone to learn how to code. Established in 2015 by Avinash Jain, THECODEX has taught over 600,000 students around the world how to code. With over 16 programming courses on a wide variety of topics, and more than 20,000 5-Star reviews, THECODEX is the right choice for you.

We provide engaging and comprehensive videos that break down complex information and cover everything you need to know about the subject. All students get access to our Q/A forums where you can get your doubts and problems cleared up. At the end of every course, you will receive a certificate of completion.

Jumpstart your Coding Journey with THECODEX today!

♦♦♦♦♦♦♦♦♦♦

Music: Flash Funk (Marshmello)
Рекомендации по теме
Комментарии
Автор

Thank you Avinash Sir. Just started learning my first programming language and your lessons helped me a lot.

samuddhanjoshi
Автор

It would be cool if you created beginner python videos by doing random projects like creating a hangman game. You could provide alternative solutions, and explain functions or loops more hands-on. Atleast for me now as I'm beginning to learn, it's cool to see in what instances these things could be applied.

WSBWallstreetBets
Автор

Oh thats amazing i figured out the first 10 multiplications of 5 on my own!

VeryRGOTI
Автор

Based on your phrasing in that little test, I did:

for i in range(1, 11):
print(i * 5)

I feel like this is the lazy man's solution, haha.

BilliamTurner
Автор

for i in range (1, 11):
print(i * 5)
5
10
15
.
.
50

K.moshos
Автор

What's an easy way to clear all of the junk code that I don't want anymore?

whalingwithishmael
Автор

Hi avinash, ur video is not clear, its blared and also the font size is very small, even after zooming its not clear.

anandkesh