For loops in Python are easy 🔁

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

ความคิดเห็น • 177

  • @BroCodez
    @BroCodez  2 ปีที่แล้ว +93

    # for loops = execute a block of code a fixed number of times.
    # You can iterate over a range, string, sequence, etc.
    # ---------------- EXAMPLE 1 ----------------
    for x in range(1, 11):
    print(x)
    # ---------------- EXAMPLE 2 ----------------
    for x in reversed(range(1, 11)):
    print(x)
    print("Happy New Year!")
    # ---------------- EXAMPLE 3 ----------------
    for x in range(1, 11, 2):
    print(x)
    # ---------------- EXAMPLE 4 ----------------
    credit_card = "1234-5678-9012-3456"
    for x in credit_card:
    print(x)
    # ---------------- CONTINUE ----------------
    for x in range(1, 21):
    if x == 13:
    continue
    else:
    print(x)
    # ---------------- BREAK ----------------
    for x in range(1, 21):
    if x == 13:
    break
    else:
    print(x)

    • @doober.43
      @doober.43 2 ปีที่แล้ว

      hi

    • @relentlesshvh
      @relentlesshvh 2 ปีที่แล้ว

      Hey bro, I don’t know if you would have the time to do this. But PLEASE could you do a lua guide from scratch. There are barley any tutorials on YT. And none of them are very good. All I ask is just for around an hour course. But more would be a bonus

    • @ShivamKumar-rz7uv
      @ShivamKumar-rz7uv ปีที่แล้ว

      bro code -- range star pattern !!!!

    • @AmnaRajnaz
      @AmnaRajnaz 5 หลายเดือนก่อน

      Yes..scratch would be helpful!🙏😿

    • @AdityaPandya-l6n
      @AdityaPandya-l6n 4 หลายเดือนก่อน +1

      Thanks from india bro

  • @godofyoshy
    @godofyoshy 13 วันที่ผ่านมา +13

    bro is the absolute goat.
    teaches people python for absolutely free
    refuses to take donations
    instead gives donations to St. Jude.
    this person is absolutely worth protecting.

  • @grey8854
    @grey8854 3 หลายเดือนก่อน +12

    Finally! Someone who gets straight to the point!

  • @Draurore
    @Draurore ปีที่แล้ว +70

    i just need to say thank you, i have a programming exam tomorrow and your videos are saving my life

  • @stanislawignacy
    @stanislawignacy ปีที่แล้ว +9

    bro that's even better than yout 12-hour tutorial piece. I had a small doubts how range can be iterated but now I understand it!

  • @Nk_Lifestyle1
    @Nk_Lifestyle1 ปีที่แล้ว +35

    Welp that made my understanding more clearer, at first I was on a course learning for loops and implementing it Into real situations like a website or software and I was confused but once I saw this it made the understanding of it easier thank you

  • @En1gma2u
    @En1gma2u ปีที่แล้ว +20

    Best explanation and easy to understand. Thank you!!

  • @juancastrillon3011
    @juancastrillon3011 7 วันที่ผ่านมา +1

    Thank you brother, a very good video

  • @김두현-s8p
    @김두현-s8p 3 หลายเดือนก่อน +1

    Thank you! Im taking python course by myself but 100 day python instructor didnt explain well. This makes me understand superbly well!

  • @Hamyto41664
    @Hamyto41664 6 หลายเดือนก่อน +21

    bro's a gigachad, physically and mentally

  • @Qtaro-oh
    @Qtaro-oh 2 ปีที่แล้ว +174

    You got me into programming

    • @droneit7961
      @droneit7961 7 หลายเดือนก่อน +2

      are you still in programming?

    • @Qtaro-oh
      @Qtaro-oh 7 หลายเดือนก่อน

      @@droneit7961 i still am but i stopped for months because i have a final exam and i’ll finally graduate ;))

    • @Iamtwohundredtwentyfive
      @Iamtwohundredtwentyfive 5 หลายเดือนก่อน

      Im also wondering, still grinding?

    • @Qtaro-oh
      @Qtaro-oh 5 หลายเดือนก่อน +6

      I don’t know if this is considered programming but after a very long while of learning python and c++ i recently decided to start developing a roblox game in Lua (which im doing at this very moment while typing this reply)

    • @Buri0zaemon
      @Buri0zaemon 5 หลายเดือนก่อน

      ​@@Qtaro-oh you learning loops logic and developed a game?

  • @adamartinmusic
    @adamartinmusic 11 หลายเดือนก่อน +1

    thank you so much for helping. i understand you so well.

  • @ZenZangetsu
    @ZenZangetsu 9 หลายเดือนก่อน

    This stuff was confusing in my course and in my book. This really helped clear up some confusion. Thanks man!

  • @mira_kurniawati5690
    @mira_kurniawati5690 วันที่ผ่านมา

    Very clear explanation. Thanks for your help

  • @JamalDid
    @JamalDid ปีที่แล้ว +1

    Keep up the good work! You helped me out and now i understand more and better! Thank you

  • @SukreLopezBeats
    @SukreLopezBeats 9 หลายเดือนก่อน

    High quality content. You win me as a subscriber.

  • @buffoonoutdoors
    @buffoonoutdoors 3 หลายเดือนก่อน +7

    print ("Thank you")

  • @julialouise969
    @julialouise969 4 หลายเดือนก่อน +1

    Thank u so much for this video. I was having trouble for understanding this function with my professor's videos. You explained it so well.

  • @shaminasudheer6285
    @shaminasudheer6285 หลายเดือนก่อน +26

    People who is watching in 2024

  • @denissemaya475
    @denissemaya475 2 หลายเดือนก่อน

    thank you for getting straight to the point!

  • @edwardh7985
    @edwardh7985 6 หลายเดือนก่อน +1

    great video

  • @holiveirajr1
    @holiveirajr1 หลายเดือนก่อน

    Great tutorial! Very useful info.

  • @minterdaly1265
    @minterdaly1265 3 หลายเดือนก่อน

    You explain everything in such an easy to understand way

  • @刌
    @刌 ปีที่แล้ว +26

    Can you guys imagine this legend made me master in python, and in school, students of my grade are just learning simple things of python

    • @fustt2426
      @fustt2426 ปีที่แล้ว +1

      great

    • @刌
      @刌 2 หลายเดือนก่อน

      @@fustt2426 didn't expected my comment lol

  • @Animefan8050
    @Animefan8050 9 หลายเดือนก่อน +1

    One of the best tutorials I've seen. I am learning Godot (whose programming language is extremely similar to Python) and this has cleared up a lot! Will subscribe for more. You explained in a way many dont. What's the function? How can you use the function? What's a practical example? You did all of that, nicely done.

  • @FundamSrijan
    @FundamSrijan 12 วันที่ผ่านมา +2

    The missing colon in thumbnail of a coding video 😭😭😭

  • @Jggapp016
    @Jggapp016 2 ปีที่แล้ว +8

    This episode is really interesting, keep it up!

  • @edikblank3759
    @edikblank3759 ปีที่แล้ว +12

    biggest gigachad because:
    A) Amazing tutorial
    B) Said tutorial is absolutely free
    C) Flat out refuses donations and says no give to a charity
    D) Has the gigachad picture in his pfp

  • @fastrobreetus
    @fastrobreetus 6 หลายเดือนก่อน

    You are an excellent instructor!

  • @nkay_02
    @nkay_02 หลายเดือนก่อน

    These videos are good to enhance understanding after reading the theory

  • @karnikkumarsingh
    @karnikkumarsingh 10 หลายเดือนก่อน

    I was first confused at coding but ur explanation is marvelous i like how you teach programming

  • @ToniMam42
    @ToniMam42 6 หลายเดือนก่อน

    Thank you, that was such a straight forward explanation.

  • @jorgegalvis554
    @jorgegalvis554 4 หลายเดือนก่อน

    This way to explain it's really nice

  • @Kratosin2.0
    @Kratosin2.0 3 หลายเดือนก่อน

    Thanks! Short and helpful!

  • @lamaXD
    @lamaXD 23 วันที่ผ่านมา

    Ur the best

  • @niknam.344
    @niknam.344 4 หลายเดือนก่อน

    Nice and useful, tnx❤

  • @FahimMalikOfficial
    @FahimMalikOfficial 4 หลายเดือนก่อน

    have a sub bro, appreciate your free education and very easy to learn video!

  • @kspivey88
    @kspivey88 3 หลายเดือนก่อน

    nicely explained! thanks!

  • @GTV_367
    @GTV_367 ปีที่แล้ว +1

    Good vids bro🤞🏽

  • @Bosy99616
    @Bosy99616 ปีที่แล้ว

    bro, you're my hero

  • @jwl796
    @jwl796 ปีที่แล้ว

    nice course❤

  • @mythicpulse-i9o
    @mythicpulse-i9o ปีที่แล้ว

    what a nice video

  • @jespero94
    @jespero94 4 หลายเดือนก่อน

    Really big thanks for your videos. Subbed! Trying to learn python and its not easy when our techer is not the best ;)

  • @AyanikaGhoshDastidar
    @AyanikaGhoshDastidar 4 หลายเดือนก่อน

    i might actually pass my practical tmrw tysm for this vid

  • @rebeccabreez8928
    @rebeccabreez8928 ปีที่แล้ว

    i your videos just clear all my doughts . arigato gozaimasu !!

  • @rajakm7544
    @rajakm7544 ปีที่แล้ว

    very useful

  • @morpheus_circuit
    @morpheus_circuit ปีที่แล้ว

    Once again great tutorial Bro Code

  • @matihanan3281
    @matihanan3281 2 หลายเดือนก่อน

    THANK YOUUUU!

  • @Buri0zaemon
    @Buri0zaemon 5 หลายเดือนก่อน

    Really helpful!

  • @varshinisekhar4857
    @varshinisekhar4857 ปีที่แล้ว +1

    you are awesome
    🤩

  • @sunlightlord12
    @sunlightlord12 4 หลายเดือนก่อน

    Thank You!

  • @sameerjain9174
    @sameerjain9174 2 ปีที่แล้ว

    Bro you are the best guy for programming

  • @GVSdude20
    @GVSdude20 8 หลายเดือนก่อน

    bro you helped me with my coding project with this tutorial! Thankyou

  • @n8an811
    @n8an811 2 หลายเดือนก่อน

    Thanks!

  • @farhanbinsufian7233
    @farhanbinsufian7233 ปีที่แล้ว

    His videos forces me to think why people even buy paid course. It isn't even like he doesn't incorporate other misc. important stuff aswell. Keep going on Bro!

  • @joncaldwell4753
    @joncaldwell4753 5 หลายเดือนก่อน

    Good "for" you

  • @lowearthorbit-delio
    @lowearthorbit-delio หลายเดือนก่อน

    nice

  • @SavageScientist
    @SavageScientist 2 ปีที่แล้ว

    great examples

  • @Dev_bhog
    @Dev_bhog ปีที่แล้ว

    thank you i had watched alot of videos and couldnt understand, yet i understand now good day.

  • @WINDOWSUSER-q4s
    @WINDOWSUSER-q4s ปีที่แล้ว

    NICELY DONE...❤

  • @rhinosorus
    @rhinosorus 17 วันที่ผ่านมา +2

    It's literally january 2025. Your happy new year wish matched lol

    • @ShayanGGYT
      @ShayanGGYT 14 วันที่ผ่านมา

      xD

  • @Rawman_56
    @Rawman_56 ปีที่แล้ว

    You are awesome

  • @HsuMonMonThant
    @HsuMonMonThant ปีที่แล้ว

    Thank u so much bro
    Congratulation for 1M subscribers🥳

  • @DRACULACollection
    @DRACULACollection 11 หลายเดือนก่อน

    love u bro u make me to understand ❤❤❤❤

  • @AkshayKp-wz5dg
    @AkshayKp-wz5dg 4 หลายเดือนก่อน

    Love from India ❤

  • @ghusandgamin
    @ghusandgamin 2 ปีที่แล้ว +1

    That was helpful
    Thanks 🙏🙏

  • @abdulwahidhamidy6909
    @abdulwahidhamidy6909 ปีที่แล้ว

    Thanks

  • @blucky983
    @blucky983 2 ปีที่แล้ว +1

    Thanks bro

  • @mo-ab7315
    @mo-ab7315 ปีที่แล้ว

    tutorials are so goated

  • @IamNotVenomous
    @IamNotVenomous หลายเดือนก่อน

    eeethank you so much you are asigma gigachad without you imma fail my exams

  • @pedicle5509
    @pedicle5509 ปีที่แล้ว

    Thank you :)

  • @IlIIllIlIlIIlIlIlIlIIl
    @IlIIllIlIlIIlIlIlIlIIl 9 หลายเดือนก่อน

    your the best =))

  • @moniquebrasilbaptista1989
    @moniquebrasilbaptista1989 ปีที่แล้ว

    Thank you

  • @Tettzz
    @Tettzz 6 หลายเดือนก่อน

    Just started coding, see you in a few years!

  • @tara2337
    @tara2337 10 หลายเดือนก่อน

    you rock Bro!

  • @Swipe-stopper
    @Swipe-stopper 6 หลายเดือนก่อน

    👏

  • @gbzedaii3765
    @gbzedaii3765 6 หลายเดือนก่อน

    #while loops = Used to execute loops infinite amount of times.
    #for loops = used to execute loops a fixed number of times.

  • @MassMen
    @MassMen 8 หลายเดือนก่อน

    Can you tell me how you have two screens

  • @Cruzfire10
    @Cruzfire10 ปีที่แล้ว

    Thank you Benson Adventure Time!

  • @ramial_rashid4440
    @ramial_rashid4440 11 หลายเดือนก่อน

    thx

  • @Ggxzstbccgbnjgcx
    @Ggxzstbccgbnjgcx 4 หลายเดือนก่อน +1

    1:47 thanks today is my birthday 🥳

  • @bigfly4167
    @bigfly4167 8 หลายเดือนก่อน

    What extension pack are you using to get you VS code layout to look like that?

  • @pjm3005
    @pjm3005 ปีที่แล้ว

    i'm pretty sure the for loop executes faster than the while loop too.

  • @yunishmanandhar4817
    @yunishmanandhar4817 ปีที่แล้ว

    hey whats an itiration i need some simple definiton

  • @javierchavarria1386
    @javierchavarria1386 ปีที่แล้ว +1

    what IDE are you using?

  • @vividdaydream1516
    @vividdaydream1516 10 หลายเดือนก่อน

    Okay, so a "for" loop is sort of a countdown or timer?

  • @MegaKrendelek
    @MegaKrendelek 4 หลายเดือนก่อน

    hi! can you please tell how to use for i in range (a, b) and write all decimals between a and b please. I don't understand cause a and b can be only integer, how can i write all decimals (that is a float) between a and b? Thank you !

  • @GaryChike
    @GaryChike 8 หลายเดือนก่อน

    Slightly easier way to loop in reverse: `for x in range(10,1,-1):` = `for x in reversed(range1,11)):`

  • @dennisderekas4005
    @dennisderekas4005 4 หลายเดือนก่อน

    question:at 4:22 you have written ''else:'' wich i tried not to write it and see what happens.Nothing changed,so why did you write it (i am asking because of curiosity)

  • @DIYRobotGirl
    @DIYRobotGirl ปีที่แล้ว

    But can we do that is a set of arrays with timer or wait time in millis and make the different arrays do different things from one another? 😮

  • @jenis-01
    @jenis-01 2 ปีที่แล้ว

    can you please make data structure algorithm course for C++? Please!!!!

  • @gokusatan-f7p
    @gokusatan-f7p 28 วันที่ผ่านมา

    how can i download your type of python

  • @ChewwyPew
    @ChewwyPew ปีที่แล้ว

    So if we want to use for loop on a list, do we turn the list into strings with .str() after the list

    • @Lithium50
      @Lithium50 ปีที่แล้ว

      To turn a list into a string you use:
      newString = "".join(your_list)

    • @Ndujlz
      @Ndujlz 11 หลายเดือนก่อน

      yes just go like this cars = ("Mercedes", "Audi", "BMW")
      for car in cars:
      print(car)

  • @leongriggs3602
    @leongriggs3602 หลายเดือนก่อน

    I feel a right numb nuts asking... but what does the X represent?

    • @elbibokoning7889
      @elbibokoning7889 หลายเดือนก่อน

      Every element inside the variable

  • @J0v0756
    @J0v0756 3 หลายเดือนก่อน

    Ya think?!?

  • @Vivek_xkt
    @Vivek_xkt 2 ปีที่แล้ว +1

    Hey bro I have a doubt . It's from python Gui windows. You told us how to create a new window by clicking a button . My problem is when we created a new window, then How can I get the strings value from Entry boxes in the newly created window?!?! I am stuck in this problem from last 20hrs please help
    .
    I can use the get method for Entry boxes in 1st window but after creating 2nd window i am unable to use the get method on the entry boxes of window 2 :(

  • @rayforever
    @rayforever 2 ปีที่แล้ว

    MERN app development?
    I am having trouble with npm cuz they loads too much files
    Can you make course on how to set up mern app development

  • @abdulhannan-18
    @abdulhannan-18 ปีที่แล้ว +2

    break: breaks the loop at that iteration
    for x in range(1, 21):
    if x == 18:
    break
    print(x, end=' ')
    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
    for x in range(20):
    if x == 18:
    break
    print(x, end=' ')
    0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

  • @kundankumar8467
    @kundankumar8467 2 ปีที่แล้ว

    Heyy , Can you upload Full stack MERN web development course ?? Please 🥺

  • @vaibhavmalhotra4855
    @vaibhavmalhotra4855 9 หลายเดือนก่อน +1

    Is "continue" really used for skipping?