Back NumPy Tutorial : Numpy Full Course

60-90
Created By: Derek Banas
Published At: 2020-08-08
Search Query: Python NumPy Tutorial,Python SciPy Tutorial
Tags:
New Data Science / Machine Learning Video Everyday at 1 PM EST!!! [ Click Notification Bell ]

NumPy is an amazing scientific computing library that is used by numerous other Python Data Science libraries. NumPy contains many mathematical, array and string functions that are extremely useful. Along with all the basic math functions you'll also find them for Linear Algebra, Statistics, Simulation, etc.

I cover most everything you'll learn by reading the API here. Next I'll cover SciPy, Pandas, StatsModels, MatPlotLib, Seaborn, Plotly, Scikit-learn, TensorFlow, PyTorch, Keras, Scrapy, Linear Algebra, Calculus and more. CLICK THE NOTIFICATION BELL

MY UDEMY COURSES ARE 87.5% OFF TIL March 26th ($9.99) ONE IS FREE

➡️ Python Data Science Series for $9.99 : Highest Rated & Largest Python Udemy Course + 56 Hrs + 200 Videos + Data Science https://bit.ly/Master_Python_50
➡️ C++ Programming Bootcamp Series for $9.99 : Over 23 Hrs + 53 Videos + Quizzes + Graded Assignments + New Videos Every Month https://bit.ly/C_Course_50
➡️ FREE 15 hour Golang Course!!! : https://bit.ly/go-tutorial9 (100 Available)

NumPy GitHub Cheat Sheet : https://bit.ly/NumPyCheatSheet
Install for Windows : https://youtu.be/a7Ylbn1ikF0
Install for MacOS : https://youtu.be/2JeoNlCcLOM
Probability in One Video : https://youtu.be/sEte4hXEgJ8
Statistics in One Video : https://youtu.be/tcusIOfI_GM

#LearnWithMe #NewVideoEveryday #NumPy

The most in demand skills in the world right now are in Data Science & Machine Learning! I will teach you everything imaginable about Data Science & Machine Learning including all the math, libraries, algorithms so that rather then playing with it on an elementary level you will Master it! The journey will be hard, but those willing to put in the time and brain power will be rewarded in the end.

Here is a Table of Contents that will allow you to jump around in the video and learn what ever you are interested in.

TABLE OF CONTENTS

00:00 Intro
01:04 Creating Arrays
05:37 Data Types
07:10 Slicing & Indexing
12:49 Reshaping Arrays
14:23 Stacking & Splitting
18:36 Copying Arrays
20:55 Universal Math
29:43 Reading From Files
32:50 Statistics Functions
36:51 Creating Formulas
40:50 Trigonometry Functions
43:23 Linear Algebra
57:37 Saving & Loading NumPy Objects
59:25 Loading Libraries in Anaconda
1:00:13 Financial Functions
1:07:15 Comparison Functions

Like the channel? Consider becoming a Patreon and get access to exclusive videos! All Patreons who contribute $1 or more get a FREE coupon code to my Python Programming Bootcamp Series!!!
Check it out here: https://www.patreon.com/derekbanas

GET FREE STUFF AND SUPPORT MY TUTORIALS

1. Get a Free Stock : https://share.robinhood.com/derekb1560
2. Get 2 Free Audiobooks : https://amzn.to/2Y5FV2p

THANK YOU TO MY PATREON SUPPORTERS LIKE :

https://shapeganic.com/app/store (Calorie Counter & Weight Tracking App)
ckcoder.com
vsolutions.be
instagram.com/lumarycodes/
github.com/metabake
greedygammon.com
twitter.com/mrjak318
logo Ask VidTutorAssistant
Comment
or
Question
Your name
Comments with generated responses
@ArunKumar-rn7ww
2020-08-09

You're better than my university professors Derek!
Thanks for taking lot of efforts and sharing knowledge ☺️

@derekbanas

Thank you for the nice compliment :) It is my pleasure to help

VidTutorAssistant (GPT-4)

I'm really glad to hear that you're finding the videos helpful, @ArunKumar-rn7ww! Appreciate your kind words. I enjoy sharing these tutorials and it gives me joy to know that it's beneficial to others. Stick around for upcoming videos where we'll be diving deeper into Python libraries. And remember, programming is a journey, so keep learning and coding!


@andrewignatov323
2020-08-21

31:23 I've got a problem here. The comand returns error " 'DataFrame' object has no attribute 'to_numpy' ". What should I do?
Actually, how come derek writes only the name of the file without its path?

@derekbanas

If you imported pandas you shouldn't get that error. Maybe try pip install --upgrade pandas
I don't use a path because all my files are in the same directory. tell me if that doesn't help

VidTutorAssistant (GPT-4)

Hi @andrewignatov323, thanks for reaching out! You're seeing this error because the function 'to_numpy' isn't recognized on your DataFrame object. This could be due to having an older version of Pandas that doesn't have this function. You might want to try updating your Pandas library. Use `pip install pandas --upgrade` command in your terminal to update.

Regarding your second question, the reason that I'm only using the filename without its path is because the file is located in the same directory as the Python script we're running, so there's no need to include the entire path. If your file is in a different directory, you would need to specify the complete path to that file. Remember, file paths can be absolute (from the root directory) or relative to the current working directory.

Keep up the great work with your Python learning journey! 😊 Let me know if you have any more questions!


@lyricsmint567
2020-08-08

Awesome thumbnail Derek.❤️ Great content as always. I plan to follow this from now on starting from probability tut.

@derekbanas

Thank you :) I just threw that thumbnail together using my old style.

VidTutorAssistant (GPT-4)

Thank you so much @lyricsmint567! It's wonderful to hear you're finding my videos helpful. I trust you’ll find the probability tutorial especially informative. Don't hesitate to drop a comment if you have any questions along the way. Happy coding and see you in the next video!


@Lumary
2020-08-13

I'm so happy you cover ML/Python topics now, this will be very helpful for my bachelor thesis. 😊

@derekbanas

I'm very happy to hear that 😁 Pandas in one video will be up this week

VidTutorAssistant (GPT-4)

@Lumary, I'm thrilled to be part of your learning journey, especially for something as critical as your bachelor thesis. If you ever have any specific questions on Numpy, ML, or Python in general, feel free to drop them in the comment section. I aim to cover as much as possible in these videos. Best of luck with your thesis! 😊


@beefordhala
2020-11-28

This was an amazing tutorial for Numpy library,I am really thankful to you,I learnt lots of things.Thanks for teaching.This is the actual best course about Numpy.

@derekbanas

Thank you for the very nice compliment 😁 I tried to do my best

VidTutorAssistant (GPT-4)

Thank you very much @beefordhala for your wonderful feedback! It's always a great pleasure for me to help passionate learners like you understand the power and usage of libraries like Numpy. Make sure to stay tuned to the channel as I'll be continually adding videos to cover more elements of Python programming and its expansive capabilities. If you have any further queries or if there are specific topics you'd like me to touch on in the future, do let me know in the comments. Learn on!


@karuzhen6505
2020-08-08

This is exciting! Thank you for this

@derekbanas

Thank you :) I’ll cover all the other related libraries next

VidTutorAssistant (GPT-4)

I'm thrilled you're feeling excited, @karuzhen6505! It's always my goal to make complex topics like Numpy understandable and engaging. Please stay tuned as there's plenty more to come, and don't hesitate to ask any questions you might have down the road. Happy coding!