NumPy Operations - Ultimate Guide to Methods and Functions for Beginners!

แชร์
ฝัง

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

  • @natnaelsisay1424
    @natnaelsisay1424 8 หลายเดือนก่อน +1

    This numpy video serious is the only video i will send, if some one ask me how to use numpy. You have a great approach for teaching. Thank you

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

    Thank you for taking the time to make these videos. It has been really helpful and empowering!

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

    Can you please make a whole playlist on object detection algorithms? I love how you explain everything so easily!

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

      Oh and python implementation of them as well 🤩 Please?

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

      I agree!

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

    Thanks for another great video. You descriptions are always so clear and precise.

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

    I really like that u explained np.dot method in 3 different ways 🙂

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

    Thank you so much! It's the best, the most informative and the most emotional tutorial with excellent English pronunciation what I have watched before! You are the Best! Thanks.

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

    This is by far the best video i have found on numpy arrays basics n related operations... it's a very interesting and thorough video... ❤

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

    I personally admire this great channel and this great tutor. I have learnt many things that I got stuck in. Thanks !!!

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

    Your videos are amazing!! Thank you for making them with so much dedication ☺

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

    Great video! I watch them before class all the time!
    Have you done the video explaining matrix multiplication yet?

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

    I've been using this and found that the numpy operations are very handy.
    And on the subject of C, I've learned that it's not too difficult to pass pointers to the arrays into C functions using the ctypes module and operate on them directly in C, which is very fast indeed. I've found that while the mass operations in the numpy module are fast and convenient, that the iterations through them in Python are actually slower than through a list. But pass them to a C function and it's several times faster.

  • @DiegoLopez-nj3pb
    @DiegoLopez-nj3pb ปีที่แล้ว

    Very nice tutorial, now I understand NumPy much better, thanks a lot!.

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

    Amazing
    That's what I was looking for
    Thanks so much

  • @TRUESTORIES-YT
    @TRUESTORIES-YT 2 ปีที่แล้ว

    Found your vid on converting py to exe and loved your presentation! Subbed your chan to strengthen my skillz.👍

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

    A pickle here. In numpy sort method the axis is -1 for row and 0 for columns from your last video. Consistent, no more.

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

    Great videos ! 👍 welcome from Egypt 🇪🇬

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

    Very nice explanation of the built-in methods of NumPy. Really a great tutorial.

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

    Perfect explanation and thanks for sharing the graphics.

  • @eizou.inkomika
    @eizou.inkomika ปีที่แล้ว

    Thank you for this video. Easy to understand Numpy. Very usefull, i think.

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

    Well explanation, easy to follow and learn, very informative.

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

    You are awesome. Informative videos. Thanks Mariya

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

    Thank you, Maria!

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

    Thank You MARIYA, because last time i make the SMARTHome about behaviour using C4.5 Algorithm and FUZZY Entrophy base ANDROID 👍🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥 about numpy or numeric pyhton

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

    You should start a whole online course on Coursera or EdX. You are damn good. ❤

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

    Thanks for your great content!

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

    You are awesome. Thanks.

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

    Try this:
    import PIL.Image as im
    import numpy as np
    color = 200,100,255 #try different values 0-255
    img = np.full((800,800,3), color, np.uint8)
    img = im.fromarray(img, 'RGB')
    img.save('sample.png', 'PNG')

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

    Thanks for sharing this video, I will have to watch it in small chunks as my mind is blown 😄

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

    Thank you for the links! (and the video itself too) 😄

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

    what i want from you is English Course with support! i will still remind you this ideas !

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

      It will take me some time to get there but it's definitely an option! 😉
      I learned English when I was at school so I still have lots of notebooks of grammar rules and all kinds of goodies! 😊

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

      @@PythonSimplified o yeah, English grammar is often a problem for me :) :) :)

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

      @@PythonSimplified can u send us

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

    Thank you.

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

      You can watch mine too. The channel provides detailed tutorial playlists for Python and R, with downloadable source files (see description of the video).

  • @DanielHernandez-hl8tn
    @DanielHernandez-hl8tn 3 หลายเดือนก่อน

    5:24 wonderful plot twist. 10/10 IGN

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

    Amazing video Maria!

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

    Great video!

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

    Very, very usefull. Thanks! 😊

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

    That was great, but for the next Tutorial, can you cover" pyomo" ?
    it's will be great if you cover some optimization problem😍

  • @MartinEden-ps6ld
    @MartinEden-ps6ld 2 ปีที่แล้ว +1

    pronounce very understandable, thank you :)

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

    Thank you so much !

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

    Thanks for video. And I have question. You didn't mention about NaN. For me it's clear, but I didn't find and easy way to explain it to students (but INF is understandable for them). Do You have any idea?

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

    thanks for the subtitles

  • @Евгений-ф8н2э
    @Евгений-ф8н2э 2 ปีที่แล้ว +3

    Awesome!

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

      благодарю Евгений! 😊

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

    Love your videos!

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

    I keep clicking like TH-cam won't acknowledge it.. Wtf.
    Great video, thanks for the upload

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

    Science is the sword that does not miss, ,which you strike whoever you want, increases with a lot of giving and decreases with a lack of giving,additionally in your case increase your beauty

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

    heeeey there :D

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

    you''re smart

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

    So the "ravel" method creates a reference(array) to the original array?

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

    Please tell me when to use (bracket), [square], _ underscore & .dot ... when we code on Python or numpy ?

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

    Numerical python! that's what I wanted 😃

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

    very usefull one

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

    Beautiful, I mean both the teacher and the video.

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

    Eres genial

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

    My default is int32 rather than 64, could be different version of python or numpy, not sure

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

      I believe it depends on your computer hardware and operating system, Sinisa 😃
      My AlmaLinux laptop also defaults to int32 :)

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

      @@PythonSimplified os is win 10 in this case now, thanks for info Mariya 👍🏻

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

    I know python basic and advance but not understanding which one is good books or TH-cam tutorial

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

    You are amezing ❤️👍

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

    For you we grow up

  • @KamalUddin-ih1vs
    @KamalUddin-ih1vs 2 ปีที่แล้ว +2

    Nic mam I want this toter

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

    ❤❤

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

    🥑⭐ really good

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

    خانومی چه باکمالاته و قشنگ درس میده

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

    Plz create some video for pyspark

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

    Numpy wow ❤️😍

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

    GOOD

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

    I can't get numpy to run on my Visual Code. I tried pip install , search nothing works got any ideas ? it works on python idle just fine

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

    average and mean are two different things :)

  • @manu-singh
    @manu-singh 2 ปีที่แล้ว

    the background music is as nice as you

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

    So cool video and simple to learn from it. Thank you Maria.
    P.S. Probably it's nice to demonstrate also numpy.fill_diagonal

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

      like here:
      import numpy as np
      a = np.zeros(9).reshape(3,3)
      np.fill_diagonal(a,1)
      print(a)

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

    You are so beautiful and smart! Thank you for the video

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

    Please teach Coding with mobile

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

    5:30 pu puffffffffftttttt :)))

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

    Man.....having a wife that programs and codes.....and Beautiful.......If Eve coded we would still be in the Garden of Eden......

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

    youre so nice ❤️

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

    is it just me or the sound is only on the right side

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

    Apparently my math is so bad I was lost from the beginning.. public School failed me

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

    I think I'm fallen in love with you

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

    I would really like to know why people use NumPy, I cant find any useful tutorials on how it is used in data science projects or other fields.

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

    😈 666

  • @James-ss9hi
    @James-ss9hi ปีที่แล้ว

    beautiful girl give excellent python lectures

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

    That was fantastic
    Thank you 🙂

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

    Thanks!

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

    Biyuuuutifyullll arrays, variables, functions by Maria. I wish I could write a function to a paper and throw it under her door.
    def date_offer():
    print('Would you like to have a coffee with me?')
    offer = input('What do you say?')
    if offer == 'No':
    print('Or we could go to a karaoke bar')
    offer = input('What do you say?')
    if offer == 'No':
    print('How about we go to a luna-park and try to punch boxing machines?')
    offer = input('What do you say?')
    if offer == 'Yes':
    print('Great. I will take lots of selfies with you')
    else:
    while offer == 'No':
    print('We should do', random_activity)
    print('Great. I will take lots of selfies with you')
    else:
    print('Great. I will take lots of selfies with you')
    else:
    print('Great. I will take lots of selfies with you')