Learn NumPy In 30 Minutes

Поделиться
HTML-код
  • Опубликовано: 1 июн 2024
  • Learn all essential numpy functions in this tutorial.
    Get my Free NumPy Handbook:
    www.python-engineer.com/numpy...
    ✅ Write cleaner code with Sourcery, instant refactoring suggestions in VS Code & PyCharm: sourcery.ai/?... *
    ⭐ Join Our Discord : / discord
    📓 ML Notebooks available on Patreon:
    / patrickloeber
    If you enjoyed this video, please subscribe to the channel:
    ▶️ : / @patloeber
    NumPy 1 Hour Crash Course: • NumPy Crash Course - C...
    ~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
    🖥️ Website: www.python-engineer.com
    🐦 Twitter - / patloeber
    ✉️ Newsletter - www.python-engineer.com/newsl...
    📸 Instagram - / patloeber
    🦾 Discord: / discord
    ▶️ Subscribe: / @patloeber
    ~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
    🅿 Patreon - / patrickloeber
    #Python
    Timeline:
    00:00 - Introduction
    00:50- Installation and Basics
    02:11 - Array vs List
    05:00 - Dot Product
    06:00 - Speed Test array vs list
    06:55 - Multidimensional (nd) arrays
    11:12 - Indexing/Slicing/Boolean Indexing
    15:25 - Reshaping
    17:52 - Concatenation
    19:40 - Broadcasting
    21:10 - Functions and Axis
    22:58 - Datatypes
    24:12 - Copying
    25:02 - Generating arrays
    26:30 - Random numbers
    29:06 - Linear Algebra (Eigenvalues / Solving Linear Systems)
    30:48 - Loading CSV files
    ----------------------------------------------------------------------------------------------------------
    * This is an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏

Комментарии • 50

  • @timvirga6430
    @timvirga6430 3 года назад +1

    This was incredibly helpful!! Thank you. Going to play on repeat while I sleep

  • @lorenzonioi7488
    @lorenzonioi7488 3 года назад

    Man this is a killer tutorial, well done!

  • @crugkvadrat3161
    @crugkvadrat3161 3 года назад

    Very helpful video. Thank you, bro! Continue making such videos

  • @user-yn1wo4jb6y
    @user-yn1wo4jb6y 2 года назад

    Thank you! Great explanation of complicated things

  • @gopikrishnan5206
    @gopikrishnan5206 3 года назад +4

    Please make a crash course covering everything essential on Pandas, seaborn and matplotlib librabries

  • @prod.kashkari3075
    @prod.kashkari3075 3 года назад +11

    As someone who intends on learning pytorch, this is a great pre requisite!

    • @patloeber
      @patloeber  3 года назад

      Yep I absolutely recommend this as a prerequisite

  • @aiishg_
    @aiishg_ 2 года назад +1

    I love your videos. They are very easy to follow and help so many ppl like us who wants learn python. Cheers to your good work!!! much much appreciated. hope to see more videos from you !

  • @BeeZedits
    @BeeZedits 3 года назад

    hey, just wanted to say that i love your videos and am looking forward for more

    • @patloeber
      @patloeber  3 года назад

      Thanks a lot :) I appreciate the support!

  • @LanaDominkovic
    @LanaDominkovic 2 года назад

    Thanks Patrick!

  • @altantoksoz5999
    @altantoksoz5999 3 года назад

    Matrix multiplication is @ operator. for example A = B @ C. On the other hand A = B * C means elementwise multiplication.

  • @hatelovebowel4571
    @hatelovebowel4571 Год назад

    ich versuch NumPy zu lernen aber bin immer noch von diesem deutschen Akzent ablenkt😭😭aber klingt sehr niedlich❤️❤️❤️

  • @bartekz88
    @bartekz88 2 года назад

    My God. It is so good!

  • @DouglasSilva-yr3ck
    @DouglasSilva-yr3ck 3 года назад

    Awesome tuturial!!
    How do i get the local maximum in an array ?

  • @caiyu538
    @caiyu538 2 года назад

    Great lectures

  • @maqboolurrahimkhan
    @maqboolurrahimkhan 2 года назад

    Thanks Patrick amazing tutorial. But I am still not very clear with axis . I mean what if we have deeply nested list? can we also pass -ive values and greater than 1 value?
    Thanks

  • @kapilbhise8273
    @kapilbhise8273 3 года назад +2

    Please make a video on pandas of such type or a crash course type it will be very beneficial

  • @cristhian4513
    @cristhian4513 3 года назад

    ohh, good job bro, nice video!

  • @fayscast2966
    @fayscast2966 3 года назад

    Great video!

  • @prajganesh
    @prajganesh 3 года назад

    like requested in twitter, it will be great if you do a quick videos on the top features to use and keyboard shortcuts in Pycharm to quickly switch

    • @patloeber
      @patloeber  3 года назад +1

      Thanks, I’ll add this to my list

  • @cryptographer3
    @cryptographer3 3 года назад +1

    To Be fair...You really deserve millions of subs... :)

    • @patloeber
      @patloeber  3 года назад +1

      thanks so much :) maybe one day...

    • @cryptographer3
      @cryptographer3 3 года назад +1

      @@patloeber Yes...For Sure ;)

  • @rishabkumar9578
    @rishabkumar9578 3 года назад

    Hi Patrick if you have time pls do some motivation video to learn new things in technology.

    • @patloeber
      @patloeber  3 года назад

      thanks fir the suggestion! will do!

  • @kojomensah1740
    @kojomensah1740 Год назад

    Awesome

  • @MegaBoss1980
    @MegaBoss1980 3 года назад

    Which IDE are you using? Nice Layout.

    • @patloeber
      @patloeber  3 года назад

      Thanks! It’s pycharm with Dracula theme

  • @WiseWeeabo
    @WiseWeeabo 2 года назад +2

    17:39 hehehehe....

  • @nilesh168
    @nilesh168 Год назад

    hi Patrick,
    Liked your videos and learning new things always.
    I need help to print slope of line with output as degree or just +ve or -ve is fine.
    i am using np and mapplotlib
    data is like.
    chris_gayle = np.array([32.44, 67.55, 61.08, 59.00, 21.77, 40.91, 22.70, 22.22, 40.88, 40.83])
    X = np.array([2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019])
    i am able to plot and see slope but want to get in some variable in text format.
    I dont want to display graph.
    Thanks in advance

  • @TheSinisterPorpoise1
    @TheSinisterPorpoise1 2 месяца назад

    Is there a way to get the book without subscribing to your Substack, which I have no interest in doing?

  • @andrezaodausp
    @andrezaodausp 2 года назад

    what theme do you use in your ide ? I like it a lot

  • @antoinehounsi4148
    @antoinehounsi4148 Год назад +1

    very helpful video, but i have such a probem when i try to download the handebook despite i had done the subscription for the newletter

    • @harsh-dd
      @harsh-dd 8 месяцев назад

      did u get the handbook ??
      i am also facing the same issue

  • @dileepn2479
    @dileepn2479 Год назад

    axis=0 would be column and axis=1 are rows

  • @marcinajman6256
    @marcinajman6256 2 года назад

    6:50 my program do list dot faster than array:S Dont knowo whats wrong, but it works so im going futher

  • @ssh037
    @ssh037 Год назад

    thank u sir for such a grate work, i am not able to download NumPy Handbook although i subscribed by providing mail. please help.

  • @babaabba9348
    @babaabba9348 3 года назад

    Check whether a Numpy array contains a specified row

  • @rishabkumar9578
    @rishabkumar9578 3 года назад

    Python University