NumPy for Beginners in 15 minutes | Python Crash Course

  Рет қаралды 38,682

Nicholas Renotte

Nicholas Renotte

3 жыл бұрын

Kick start your journey to data science with NumPy!
In just 15 minutes you'll learn everything your need to know to get up and running with NumPy. This video goes through everything from installing all the way through to advanced manipulation of your data.
You'll learn how to:
1. Install NumPy
2. Create and transform NumPy arrays
3. Apply mathematical functions and export data
Github Repo for the Project: github.com/nicknochnack/Numpy...
Want to learn more about it all:
Numpy Documentation: numpy.org/
Oh, and don't forget to connect with me!
LinkedIn: / nicholasrenotte
Facebook: / nickrenotte
GitHub: github.com/nicknochnack
Happy coding!
Nick
P.s. Let me know how you go and drop a comment if you need a hand!
Music by Lakey Inspired
Chill Day - • LAKEY INSPIRED - Chill...

Пікірлер: 42
@KarMa-ws3ll
@KarMa-ws3ll 9 ай бұрын
This is so clear and concise. I started a asynchronous numpy class nd had no idea where to start. This helped a LOT.Thank you so much!
@blowcooknotcoke
@blowcooknotcoke 11 ай бұрын
This was great. I'm a large part of the way through the DataCamp Data Analyst in Python certification track and this video introduced me to new functions and really helped solidify my grasp on lists vs arrays.
@asura8677
@asura8677 2 жыл бұрын
Fast & clear explanation Ta, நன்றி ...
@flutterflowhack
@flutterflowhack 2 жыл бұрын
I totally understand your lessons . Thank you!!
@muhmmedmomen8948
@muhmmedmomen8948 3 жыл бұрын
Short, specific and to the point. Great, keep going 👏👍
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Thanks so much @Muhmmed!
@shivvu4461
@shivvu4461 Жыл бұрын
Thank you so much sir for making this video. 🙏🏻🙏🏻🙏🏻
@Shivang0369
@Shivang0369 4 ай бұрын
Well Explained, Very Insightful Thank you Nichola :'')
@dillkhalifa
@dillkhalifa 5 ай бұрын
Thanks.. Was having a hard time with a course.
@emrebaser3803
@emrebaser3803 Ай бұрын
Great video, Thanks.
@TomiwaAdegbola
@TomiwaAdegbola 2 ай бұрын
Very good tutorial!
@oichiana2002
@oichiana2002 3 ай бұрын
this is amazing thanks!
@user-tg6ci5tk3y
@user-tg6ci5tk3y Жыл бұрын
Amazing video ❤
@user-zh2yl5if9p
@user-zh2yl5if9p 9 ай бұрын
appreciate this very much mate
@meezimuziksa7263
@meezimuziksa7263 2 жыл бұрын
Thank you Nick
@hooramusman2949
@hooramusman2949 4 ай бұрын
I find it very helpful
@FRANKWHITE1996
@FRANKWHITE1996 3 жыл бұрын
great video! thanks!
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Thanks so much @FrankWhite1996!
@alisaqib5715
@alisaqib5715 Жыл бұрын
Downloaded ❤️
@Guulaysi
@Guulaysi Жыл бұрын
😅😎I am from somaila in somaliland thank you for creating this amazing tutorial congratulation nicholas renotte
@whatnexttech
@whatnexttech 3 жыл бұрын
Great quality sir, thank you
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
😁 thanks @Nabil Mercheri! Any other vids you’d like to see?!
@guillaumelaprotte5487
@guillaumelaprotte5487 3 жыл бұрын
@@NicholasRenotte A little late to the party but a real world problem video and steps on how to solve it could be interesting! I'm just learning Python and I'm having a hard time finding projects to do to practice my skills.
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Awesome stuff @@guillaumelaprotte5487, I've got some beginner friendly AI/ML tutorials. Check these two out: kzfaq.info/get/bejne/btFohpij2qylhac.html and kzfaq.info/get/bejne/ip97mbySuJ_Mp4U.html
@user-xn1ko1fo1j
@user-xn1ko1fo1j Күн бұрын
Where can i find the notebook you're working on ?
@GBalasooriya
@GBalasooriya 4 ай бұрын
Thank you.
@IsfhanAhmed
@IsfhanAhmed 3 жыл бұрын
awesome
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
🙏🙏 Thanks so much @Isfhan
@pouriaebneali8351
@pouriaebneali8351 10 ай бұрын
Hello Sir. why after saving the array as new array which was after deleting, when you loaded it, it was again like before deleting . shouldnt it be with the changes you made which is deleting the first column? thank you so much
@haze13_
@haze13_ 10 ай бұрын
When he deleted part of the array, he never saved that new edited array to the original array variable, which means the original array stays the same after the deletion method.
@pooria34
@pooria34 10 ай бұрын
@@haze13_ thank you for your kind reply
@dharmagurram958
@dharmagurram958 3 жыл бұрын
Sir could you once confirm @15:51 about the axis in this video ? (I think axis=0 for row and axis=1 for column) just a small confusion. Everything else helped me to revise quick. Thanks :)
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Yep, you're correct 0 is for row 1 is for column
@blowcooknotcoke
@blowcooknotcoke 11 ай бұрын
I also googled this. Is there a name yet for asking chatgpt something? bc I guess I don't google anymore so much as I consult chatgpt...
@temilolafamakinwa1626
@temilolafamakinwa1626 11 ай бұрын
It would have been helpful to first go into what the dimensions of the array represent before jumping into reading arrays? Also, on another channel today I learned lists are not the same as arrays.
@blowcooknotcoke
@blowcooknotcoke 11 ай бұрын
This video really helped me get a grasp on the difference between lists and arrays - not entirely because it was explained but because I had to pause and do research. I understood that lists could store data of different types and arrays stored data of exactly one type, what I didn't know was that the size of a list can be changed dynamically and the size of an array is fixed. This is why when we perform manipulations to an array like np.delete() we set the function equal to the name of the array. We're not modifying the array but creating a new one and assigning it to the same variable.
@999nico
@999nico 10 ай бұрын
Why we need to use Numpy? To solve what issue?
@ihsanpro9406
@ihsanpro9406 2 ай бұрын
Because its much better for calculating metrics / statistics / better way to organize your list and it is faster as it is underpinned by c itself
@mahanirvaantantra
@mahanirvaantantra 2 ай бұрын
@@ihsanpro9406 Also I would like to add that Pandas on the lower level is built on top of numpy itself, same goes for sklearn, etc... So we can say that numpy is the building block on data science ecosystem in python... and in a single word - numpy is used for linear algebra. [most imp math concept for statistics and data science]
@ihsanpro9406
@ihsanpro9406 2 ай бұрын
@@mahanirvaantantra thanks for the insight. I’m fairly new to coding but that’s what I understood.
Pandas for Data Science in 20 Minutes | Python Crash Course
23:06
Nicholas Renotte
Рет қаралды 110 М.
Ultimate Guide to NumPy Arrays - VERY DETAILED TUTORIAL for beginners!
24:23
格斗裁判暴力执法!#fighting #shorts
00:15
武林之巅
Рет қаралды 85 МЛН
КАРМАНЧИК 2 СЕЗОН 5 СЕРИЯ
27:21
Inter Production
Рет қаралды 577 М.
Como ela fez isso? 😲
00:12
Los Wagners
Рет қаралды 26 МЛН
Building a Neural Network with PyTorch in 15 Minutes | Coding Challenge
20:34
NumPy vs SciPy
7:56
IBM Technology
Рет қаралды 29 М.
NumPy Full Python Course - Data Science Fundamentals
52:25
NeuralNine
Рет қаралды 68 М.
Python NumPy Tutorial for Beginners
58:10
freeCodeCamp.org
Рет қаралды 1,4 МЛН
How to Learn DATA SCIENCE Ridiculously FAST
14:07
Nicholas Renotte
Рет қаралды 53 М.
NumPy vs Pandas
5:55
IBM Technology
Рет қаралды 131 М.
Python for Beginners - Learn Python in 1 Hour
1:00:06
Programming with Mosh
Рет қаралды 17 МЛН
Индуктивность и дроссель.
1:00
Hi Dev! – Электроника
Рет қаралды 1,5 МЛН
🤔Почему Samsung ПОМОГАЕТ Apple?
0:48
Technodeus
Рет қаралды 458 М.
ПК с Авито за 3000р
0:58
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,4 МЛН