Learn NumPy In 30 Minutes

  Рет қаралды 30,083

Patrick Loeber

Patrick Loeber

Күн бұрын

Пікірлер: 51
@timvirga6430
@timvirga6430 3 жыл бұрын
This was incredibly helpful!! Thank you. Going to play on repeat while I sleep
@gopikrishnan5206
@gopikrishnan5206 3 жыл бұрын
Please make a crash course covering everything essential on Pandas, seaborn and matplotlib librabries
@lorenzonioi7488
@lorenzonioi7488 3 жыл бұрын
Man this is a killer tutorial, well done!
@user-yn1wo4jb6y
@user-yn1wo4jb6y 2 жыл бұрын
Thank you! Great explanation of complicated things
@prod.kashkari3075
@prod.kashkari3075 3 жыл бұрын
As someone who intends on learning pytorch, this is a great pre requisite!
@patloeber
@patloeber 3 жыл бұрын
Yep I absolutely recommend this as a prerequisite
@crugkvadrat3161
@crugkvadrat3161 3 жыл бұрын
Very helpful video. Thank you, bro! Continue making such videos
@aiishg_
@aiishg_ 3 жыл бұрын
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 !
@patloeber
@patloeber 3 жыл бұрын
Happy to hear that!
@kapilbhise8273
@kapilbhise8273 3 жыл бұрын
Please make a video on pandas of such type or a crash course type it will be very beneficial
@LanaDominkovic
@LanaDominkovic 2 жыл бұрын
Thanks Patrick!
@DouglasSilva-yr3ck
@DouglasSilva-yr3ck 3 жыл бұрын
Awesome tuturial!! How do i get the local maximum in an array ?
@maqboolurrahimkhan
@maqboolurrahimkhan 3 жыл бұрын
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
@hatelovebowel4571
@hatelovebowel4571 2 жыл бұрын
ich versuch NumPy zu lernen aber bin immer noch von diesem deutschen Akzent ablenkt😭😭aber klingt sehr niedlich❤️❤️❤️
@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!
@caiyu538
@caiyu538 2 жыл бұрын
Great lectures
@bartekz88
@bartekz88 2 жыл бұрын
My God. It is so good!
@fayscast2966
@fayscast2966 3 жыл бұрын
Great video!
@patloeber
@patloeber 3 жыл бұрын
thanks!
@altantoksoz5999
@altantoksoz5999 3 жыл бұрын
Matrix multiplication is @ operator. for example A = B @ C. On the other hand A = B * C means elementwise multiplication.
@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 жыл бұрын
Thanks, I’ll add this to my list
@cristhian4513
@cristhian4513 3 жыл бұрын
ohh, good job bro, nice video!
@patloeber
@patloeber 3 жыл бұрын
thanks :)
@TheSinisterPorpoise1
@TheSinisterPorpoise1 4 ай бұрын
Is there a way to get the book without subscribing to your Substack, which I have no interest in doing?
@cryptographer3
@cryptographer3 3 жыл бұрын
To Be fair...You really deserve millions of subs... :)
@patloeber
@patloeber 3 жыл бұрын
thanks so much :) maybe one day...
@cryptographer3
@cryptographer3 3 жыл бұрын
@@patloeber Yes...For Sure ;)
@antoinehounsi4148
@antoinehounsi4148 2 жыл бұрын
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 10 ай бұрын
did u get the handbook ?? i am also facing the same issue
@kojomensah1740
@kojomensah1740 Жыл бұрын
Awesome
@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
@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.
@andrezaodausp
@andrezaodausp 2 жыл бұрын
what theme do you use in your ide ? I like it a lot
@patloeber
@patloeber 2 жыл бұрын
Dracula
@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!
@MegaBoss1980
@MegaBoss1980 3 жыл бұрын
Which IDE are you using? Nice Layout.
@patloeber
@patloeber 3 жыл бұрын
Thanks! It’s pycharm with Dracula theme
@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
@WiseWeeabo
@WiseWeeabo 2 жыл бұрын
17:39 hehehehe....
@chizuluzeph8215
@chizuluzeph8215 2 жыл бұрын
LMFAO
@babaabba9348
@babaabba9348 3 жыл бұрын
Check whether a Numpy array contains a specified row
@dileepn2479
@dileepn2479 Жыл бұрын
axis=0 would be column and axis=1 are rows
@rishabkumar9578
@rishabkumar9578 3 жыл бұрын
Python University
@magicmedia7950
@magicmedia7950 Ай бұрын
Why can't he use a notebook? It's easier to follow
NumPy Crash Course - Complete Tutorial
1:02:44
Patrick Loeber
Рет қаралды 117 М.
Object Oriented Programming (OOP) In Python - Beginner Crash Course
1:20:54
Double Stacked Pizza @Lionfield @ChefRush
00:33
albert_cancook
Рет қаралды 121 МЛН
ПРОВЕРИЛ АРБУЗЫ #shorts
00:34
Паша Осадчий
Рет қаралды 7 МЛН
NumPy Tutorial (2022): For Physicists, Engineers, and Mathematicians
1:32:42
Machine Learning for Everybody - Full Course
3:53:53
freeCodeCamp.org
Рет қаралды 6 МЛН
6 Tips to write BETTER For Loops in Python
9:19
Patrick Loeber
Рет қаралды 247 М.
NumPy Full Python Course - Data Science Fundamentals
52:25
NeuralNine
Рет қаралды 76 М.
NumPy vs SciPy
7:56
IBM Technology
Рет қаралды 35 М.
Build a Media Analysis Dashboard with Python & Cloudinary
47:46
Patrick Loeber
Рет қаралды 10 М.
NumPy Explained - Full Course (3 Hrs)
2:59:25
GormAnalysis
Рет қаралды 14 М.
10 Python Basics You Should Know!
10:08
Patrick Loeber
Рет қаралды 78 М.