Python NumPy Tutorial for Beginners #3 - Slicing Arrays

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

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

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

    this is how teaching should be everywhere

  • @nishantthakuribm
    @nishantthakuribm 11 หลายเดือนก่อน +2

    Great Video ! Thank you for your videos.. !!

  • @Xan-v7e
    @Xan-v7e 8 วันที่ผ่านมา

    it`s too help full, thanks mam

  • @cypriannyamekye6883
    @cypriannyamekye6883 3 ปีที่แล้ว

    GREAT PRESESENTATION. JUST AMAZING AND EASILY UNDERSTOOD

  • @jvsnyc
    @jvsnyc 3 ปีที่แล้ว

    Brilliant! It is always hard to know how much to show in one video, of course. Also, it isn't clear how often someone needs to step thru backwards. NumPy like Python does allow you to do this, with a negative step value, so that is something you might want to show somewhere as well, because at least sometimes you need or want that, and it is easily done in NumPy and Python. Also, like Perl, it does allow you to conveniently refer to the last element as index -1, which is also often handy. Again, adding that stuff in makes the video longer and messier, but it is good to know that you can do these things whenever it helps you, so maybe a second video on slicing somewhere?

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

    nicely explained, how would the slicing for three-dimensional array look like. would it be something like
    [0, :2, :5]

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

    Thank you for everything 🙏🙏🙏

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

      Thank you so much!!

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

      @@CodeoftheFuture please please upload more video on it 🙏🙏🙏🙏🙏🙏🙏🙏

  • @Kig_Ama
    @Kig_Ama 3 ปีที่แล้ว

    Great, when we r goin to get the fourth part?

  • @jayjaiswal8577
    @jayjaiswal8577 3 ปีที่แล้ว

    🙏🙏 amazing way to explain 🙏🙏

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

      Thank you so much!

    • @jayjaiswal8577
      @jayjaiswal8577 3 ปีที่แล้ว

      @@CodeoftheFuture please please upload more video on it🙏🙏🙏🙏🙏🙏🙏

    • @CodeoftheFuture
      @CodeoftheFuture  3 ปีที่แล้ว

      @@jayjaiswal8577 they're on the way!! 😄

  • @aaronjacob5384
    @aaronjacob5384 3 ปีที่แล้ว

    Hello Ellie, thank you so much for this video. Quick question, what IDE are you using there?

    • @CodeoftheFuture
      @CodeoftheFuture  3 ปีที่แล้ว

      Thank you so much, Aaron!☺️ I'm using PyCharm! :)

  • @KhalilYasser
    @KhalilYasser 3 ปีที่แล้ว

    Amazing as usual. Don't forget to post on Github :)

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

      Thank you so much, Yasser! You're a life saver as usual, just posted it! Thank you :)

    • @KhalilYasser
      @KhalilYasser 3 ปีที่แล้ว

      @@CodeoftheFuture You're so welcome Ellie.

  • @kanishkagupta4536
    @kanishkagupta4536 3 ปีที่แล้ว

    ❤️❤️

  • @wissemkerkeni4343
    @wissemkerkeni4343 3 ปีที่แล้ว

    Amazing that was really helpful, I was trying to remember about array in python today when I tried to combine 2 scripts in python for a friend. Actually, I'm confused because I love to code in python, at the same time, I have work with other languages and frameworks.

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

      Thank you, Wissem! :) Indeed! I love python too, it's fun transitioning between languages without making mistakes😂

    • @wissemkerkeni4343
      @wissemkerkeni4343 3 ปีที่แล้ว

      @@CodeoftheFuture specially semicolon in python :)

    • @CodeoftheFuture
      @CodeoftheFuture  3 ปีที่แล้ว

      @@wissemkerkeni4343 yes!😂

  • @mayankvikash
    @mayankvikash 3 ปีที่แล้ว

    Good