While Loops in Python | Python for Beginners

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 31

  • @abrilgonzalez7892
    @abrilgonzalez7892 9 місяців тому +12

    ¿Can we appreciate the fact that alex spent 30 minutes to teach us "While Loops" and then we have the short five minute teaching lesson?
    Thank you so much for the worka and effort to teach us python!
    I'll leave my like (I'm already subscribed ❤)

  • @noahjaybee
    @noahjaybee 2 роки тому +4

    Just learned about loops on Mimo but it’s not comprehensive in explaining it. Thanks for this!

  • @blovett0814
    @blovett0814 2 дні тому

    1:56 You can also use number += 1 as that is the same as number = number + 1

  • @holiveirajr1
    @holiveirajr1 7 днів тому +1

    Awesome tutorial 💯 10/10.

  • @traetrae11
    @traetrae11 2 роки тому +8

    The first time I learned about while loops I was a bit confused. After practicing with them for a while (hehe) I’m much more comfortable using them.

  • @cozimbatman4100
    @cozimbatman4100 4 місяці тому

    I didn't know that break and continue had that sort of impact on the else clause written after. Thank you Alex

  • @revati99
    @revati99 2 роки тому +3

    Hey Alex thank you for introducing me to this interesting world of data.

  • @vinil248
    @vinil248 2 роки тому +4

    “for your eyes only “ please make a video about how to prepare presentations ,it will be really helpful guys like me who don’t havd real data analyst work experience

  • @tatoyahiri3327
    @tatoyahiri3327 2 місяці тому

    Knowledge purpose. Thank You Alex

  • @T84948
    @T84948 9 місяців тому

    Well explained, thanks!

  • @danielsamuel3406
    @danielsamuel3406 2 роки тому +1

    Awesome, kudos Sir

  • @LeoN.ac1
    @LeoN.ac1 2 роки тому +1

    Hi Alex, thanks the useful contents as always. I also wanted to ask if one of your next tutorial series could be about the finance/economic concepts required for a data analyst job. It seems an important subject, especially for people like me who come from a different field, but I haven't seen a data analyst channel or an online resource focusing on that aspect.

  • @lawalidowu6188
    @lawalidowu6188 2 роки тому +1

    Another great content
    Thanks Alex

  • @fastrobreetus
    @fastrobreetus 5 місяців тому +1

    Excellent

  • @Hashashin1081
    @Hashashin1081 3 місяці тому

    Awesome!

  • @deslinefavor9667
    @deslinefavor9667 19 днів тому

    Thank you sir

  • @guillermolodeiro
    @guillermolodeiro Рік тому

    Really good videos Alex. Would appreciate if you could recommend where to do some exercises.

  • @hyperpop_xoxo_
    @hyperpop_xoxo_ 6 місяців тому

    1:01 why is the number = 1 but not any other number?

  • @neildelacruz6059
    @neildelacruz6059 Рік тому

    Thank you sir!

  • @cwong1229
    @cwong1229 2 роки тому +1

    Hello Alex, thank you for the video on while loops. May I ask you that as a Data Analyst, 1. how often do you code?
    2. What language do you use? (I am trying to switch careers/jobs and go back to a community college to learn Python. But, I am just wondering do you code in Java as well? )
    Thank you!

    • @AlexTheAnalyst
      @AlexTheAnalyst  2 роки тому

      I don't use a lot of Java myself. I do use Python quite a bit and Scala as well.

    • @cwong1229
      @cwong1229 2 роки тому

      @@AlexTheAnalyst Thank you, Alex, my mate! The most frustrating part is that my community college requires us to choose between 1]. Taking 2 classes in C++, or 2]. Taking 2 classes in Java to obtain an Associate Degree in Data Sciences. But the ridiculous part is that my Dept Chair DIDN'T mandate us to take SQL or EXCEL - but mandated us to take either Java or C++. (No wonder why a college degree doesn't prepare for the job 😭😭) . This is why I ask you what coding languages you use.

    • @AlexTheAnalyst
      @AlexTheAnalyst  2 роки тому +1

      @@cwong1229 Lol yeah most colleges will want you to take an intro programming language like Java. Not really used in this career path, but can be a good one to know for a lot of others. I don't just Java at all, but learned it because I like programming lol

  • @zohairabbas7435
    @zohairabbas7435 Рік тому

    Can we not use 'If statement' with For loops in order to recreat while loops?

  • @imanassafcasals1419
    @imanassafcasals1419 Рік тому +1

    Hey Alex, thanks for your videos. I am a bit confused about this one though, so when number is 0 and you say number+1, isn't it supposed to start with a 1 directly skipping the 0???

    • @jam00ra
      @jam00ra Рік тому +1

      I hope you already found the answer to your question.
      If not just concentrate on the sequence.
      In this we are printing the number first and then increasing it by 1.
      So 0 will be printed and then increment happens.
      As the answer you suggest just increment the number first and then use print command. You won't see 0.

    • @chukwudiawele
      @chukwudiawele 7 місяців тому

      @@jam00ra Thank you. I needed this answer.

  • @NkemjikaNwanebu
    @NkemjikaNwanebu 6 місяців тому

    nice

  • @shuvankardasgupta262
    @shuvankardasgupta262 2 роки тому

    Hello Alex,
    I'm an university student. Currently I'm learning Excel and SQL. I just want to know that can I get a full time/ part time remote Data Analyst job?

  • @chooselife2388
    @chooselife2388 4 місяці тому

    What do I get if I join?