Complete Python NumPy for Data Science in 30 minutes | NumPy Python Full Guide

  Рет қаралды 14,606

Satyajit Pattnaik

Satyajit Pattnaik

Күн бұрын

Complete Python NumPy for Data Science in 30 minutes | NumPy Python Full Guide
This 30 min Tutorial on Python NumPy for data science will take you from knowing nothing about Python for data science to understanding and analyzing data with Python using NumPy library.
Old playlist on Python: bit.ly/3svhfwt
Code: bit.ly/3gBN4Oz
Subscribe our KZfaq Channel and press the bell icon to get regular updates👇: bit.ly/3tt2eNY
Join our Telegram Channel For Exclusive Data Science Resources👍 :
bit.ly/3FzObsk
Check Out Our Other Helpful Videos:😍
➮ Data Analyst vs Data Scientist vs Data Engineer - Roles || Responsibilities & Skills
bit.ly/3qsg2pL
➮Live Implementation of End To End Machine Learning Project With Deployment | Customer Churn
bit.ly/3FqPQjF
➮ Build your own Alexa in 30 minutes using Python | NLP | Data Science
bit.ly/3FFBWdP
……………………………………………………………..
Follow us on: ✌️
FACEBOOK: bit.ly/3I89SB4
INSTAGRAM: bit.ly/3tsVpf9
LINKEDIN: bit.ly/3fmwmCa
Hello Friends , I am Satyajit Pattnaik, In my channel you will find every information about Data Science & Analytics which will help you become an expert Data Scientist or a Data Analyst along with which you would enjoy a loads of interesting and useful projects.
More & more great stuffs coming soon, keep supporting & learning 🎓
THANKS FOR WATCHING 😊
#numpy #datascience #pythonnumpy #numpypython

Пікірлер: 31
@nivethakannan8158
@nivethakannan8158 11 ай бұрын
The way he speaks politly to make us understand was awesome!! Thank you so much for the valuable content❤
@kapamagicman
@kapamagicman Ай бұрын
Very peaceful listening to you. Straight to the point with examples. Thank you. Will watch this again
@ankitpandya2476
@ankitpandya2476 2 жыл бұрын
Thank you sir for making video for paythons library 👌👍
@tejaskotkar644
@tejaskotkar644 Жыл бұрын
thank you sir very much you explained it very well😊😊😊😊
@toji6
@toji6 2 жыл бұрын
Thank u 😊 so much sir 😊
@rickyeditz2698
@rickyeditz2698 9 ай бұрын
Iam attractive to ur communication skills hats off brother❤❤❤❤
@ratnak1058
@ratnak1058 Жыл бұрын
Thank you sir
@maruthiprasad8184
@maruthiprasad8184 5 ай бұрын
superb. Thank you so much for valuable content.
@SatyajitPattnaik
@SatyajitPattnaik 5 ай бұрын
So nice of you
@kojomensah1740
@kojomensah1740 Жыл бұрын
Awesome
@naturalworld5006
@naturalworld5006 2 ай бұрын
Good approach !!!
@MHNayon
@MHNayon Жыл бұрын
Great tutorial! Do you have a numpy tutorial with the real-world data?
@SatyajitPattnaik
@SatyajitPattnaik Жыл бұрын
NumPy is just one of the libraries, you cant solve everything by NumPy, so I couldn’t get your question quite well, what do u mean by numpy tutorial with real world data?
@MHNayon
@MHNayon Жыл бұрын
@@SatyajitPattnaik Ok, I would like see a video where you first upload a csv file and then analyze the data with the help of Numpy just like you did with Pandas. Is it possible?
@SatyajitPattnaik
@SatyajitPattnaik Жыл бұрын
@@MHNayon so you basically want to see how NumPy can be used in real time analysis, thats basically called as EDA, Please go through one of my EDA videos where we used pandas and numpy to get insights from the data
@yhashyour7669
@yhashyour7669 Жыл бұрын
@@SatyajitPattnaik sir ye playlist complete hai kya?
@ahsan4370
@ahsan4370 2 жыл бұрын
❤️
@sanket565
@sanket565 2 жыл бұрын
If you were there 2 years back. I wouldn't have taken a 54k course on simplilearn.
@SatyajitPattnaik
@SatyajitPattnaik 2 жыл бұрын
omg, 54k?
@sanket565
@sanket565 2 жыл бұрын
Yes.. The Purdue University PG program even costs over 1 Lakhs.
@SatyajitPattnaik
@SatyajitPattnaik 2 жыл бұрын
@@sanket565 Share my channel across your network so that noone spends that much for a data science course and can learn from my channel 🤩
@smita_p
@smita_p Жыл бұрын
Truee.. Me also with 75k course🥲
@ameermohammed5689
@ameermohammed5689 Жыл бұрын
Flag question: Question 1 Question 1 1 pts Which form of import is not accepted? Group of answer choices import numpy from numpy import sin, cos, linspace from numpy import * import numpy as np Flag question: Question 2 Question 2 1 pts What is the correct order for the parts of a program? Group of answer choices imports function definitions main program function definitions imports main program main program imports function definitions main program function definitions imports Flag question: Question 3 Question 3 1 pts Which of these mini programs is the correct one to create a simple plot? Group of answer choices Correct answer import numpy as np import matplotlib.pyplot as plt x = np.linspace(-5.0, 5.0, 1000) y = np.sin(x) plt.plot(x, y) plt.figure() plt.show() Answer 2 Toggle editing answer text as HTML Answer 2Delete this answer import numpy as np import matplotlib.pyplot as plt x = np.linspace(-5.0, 5.0, 1000) y = np.sin(x) plt.figure() plt.show() import numpy as np import matplotlib.pyplot as plt x = np.linspace(-5.0, 5.0, 1000) y = np.sin(x) plt.figure() plt.plot(x, y) plt.show() import numpy as np import matplotlib.pyplot as plt x = np.linspace(-5.0, 5.0, 1000) y = np.sin(x) plt.show() plt.figure() plt.plot(x, y) Flag question: Question 4 Question 4 1 pts Which module is our standard module for mathematical functions etc? Group of answer choices pandas matplotlib.pyplot scipy.stats numpy Flag question: Question 5 Question 5 1 pts Which of these plots shows the trigonometric polynomials produce with the parameters a = 1 , b = 60 , j = 3 c = 1 , d = 120 , k = 3 Group of answer choices trigon4.png trigon2.png trigon3.png trigon1.png
@ameermohammed5689
@ameermohammed5689 Жыл бұрын
Answers plz
@gamingzone-ge4sw
@gamingzone-ge4sw 9 ай бұрын
My bad i came to this video
@SatyajitPattnaik
@SatyajitPattnaik 9 ай бұрын
What do you mean?
@sayrishverma1391
@sayrishverma1391 10 ай бұрын
Sir your level of teaching is too worst 😢
@SatyajitPattnaik
@SatyajitPattnaik 10 ай бұрын
sorry to disappoint you
@awanishdeshmukh2988
@awanishdeshmukh2988 9 ай бұрын
true
@SatyajitPattnaik
@SatyajitPattnaik 9 ай бұрын
@@awanishdeshmukh2988 How can I improve myself sir?
NumPy Operations - Ultimate Guide to Methods and Functions for Beginners!
28:07
SHE WANTED CHIPS, BUT SHE GOT CARROTS 🤣🥕
00:19
OKUNJATA
Рет қаралды 14 МЛН
КАКОЙ ВАШ ЛЮБИМЫЙ ЦВЕТ?😍 #game #shorts
00:17
NumPy Full Python Course - Data Science Fundamentals
52:25
NeuralNine
Рет қаралды 68 М.
Learn NUMPY in 5 minutes - BEST Python Library!
13:38
Python Programmer
Рет қаралды 819 М.
NumPy for Beginners in 15 minutes | Python Crash Course
17:23
Nicholas Renotte
Рет қаралды 38 М.
Beginner to Pro FREE Excel Data Analysis Course
49:16
Chandoo
Рет қаралды 1,8 МЛН
Exploratory Data Analysis with Pandas Python
40:22
Rob Mulla
Рет қаралды 419 М.
Ultimate Guide to NumPy Arrays - VERY DETAILED TUTORIAL for beginners!
24:23