Python List Comprehension for Data Science / Data Analysis - P.4

Поділитися
Вставка
  • Опубліковано 27 січ 2025

КОМЕНТАРІ • 24

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

    Incredibly helpful and no bullshit. Wish all tutorials were like this.

  • @irfanullah3554
    @irfanullah3554 3 роки тому +3

    Wow, well done I am going through a lot of Python tutorials but believe me your way of teaching is far better than all of them. Thanks a lot please keep making these tutorials you are doing great job.

    • @LukeBarousse
      @LukeBarousse  3 роки тому +1

      Awe thanks for the kind words. Learning Python can be rough already, so I try to make it as enjoyable experience as possible!

  • @tacodumpling9282
    @tacodumpling9282 2 роки тому +2

    I appricate these video as they help me to learn Python and they are great videos, I just feel bad that you put lots of effort into making these videos, but somehow, it's not getting enough views. It definitely deserves more attention.

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

      Aw thanks so much for noticing this! It's all good, it's just that UA-cam Algorithm! ha

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

    HI Luke , Good afternoon from Manila, I love the idea that you are explaining what needs to be done like first we do this, then we do this etc. Then you will start working on it one by one. You can be a great teacher, which you already are. Thank you, I appreciate the genuine technique and clear intention of helping newbies like me.

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

      Aw thanks so much for this JohnPaul!!

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

      @@LukeBarousse i appreciate that you answered all of my questions. Thanks a lot!!

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

      @@juanpaolo21yt No problem!!

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

    many thanks Luke 👍

  • @rootytuners
    @rootytuners 3 роки тому

    Beautifully done!

  • @flyingthestrals4526
    @flyingthestrals4526 3 роки тому

    This is a well made tutorial. I liked the presentation very much.
    I found that when trying to create a list with numbers from 1-100 using the range function, the correct expression would be range(1,101) since the last number i.e. 101 is not included.
    range(100) would give you a list from 0 to 99 only, i.e. 0,1,2,3,4,5.....95,96,97,98,99

    • @LukeBarousse
      @LukeBarousse  3 роки тому

      Awe thanks so much! And yes, this is the correct way to use the list function!

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

    really, its very osm and well explained ❤🎉

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

    Why am I getting an error when I added list to the zip, it says : 'list' object is not callable.

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

      I replaced list with tuple and it worked for me.

  • @Reeg3x
    @Reeg3x 3 роки тому +1

    2nd time subscribing for some reason.

    • @LukeBarousse
      @LukeBarousse  3 роки тому +1

      Thank you, again!! ha

    • @Reeg3x
      @Reeg3x 3 роки тому

      @@LukeBarousse haha. No thank you. I’m about to land a solid data science job with no degree. And you’ve helped a lot.

    • @LukeBarousse
      @LukeBarousse  3 роки тому +1

      @@Reeg3x This is so awesome to hear!! Made my day!! Congrats on this Terris and keep up the hard work!

    • @Reeg3x
      @Reeg3x 3 роки тому

      @@LukeBarousse thank you! Always on that grind!

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

    Noob question but why are they considered rows? Aren't they columns being vertical?😊