filmov
tv
Learn Python NumPy - #1 Arrays & Data Types
Показать описание
In this video we'll cover the basics of NumPy - How to create an array, what is a numpy array, How is a NumPy array different from a Python List, Why an array performs faster than a Python List.
Footnote video #1
Python Lists for Beginners
Footnote Video #2
Python Data Types & Variables
#Python #NumPy #LearnNumPyArrays
Let me know your opinion on the footnote videos? Are they distracting or do you find they add value?
If you have and questions or comments please let me know! Until next time.
Thanks so much for the continued support! You guys are awesome. 1200+ Subscribers!! Your support means more than you know - Thank you!!
*****************************************************************
Full code from this video:
import numpy as np
A = [1,2,3,4,5]
B = [1.5,2.5,3.5]
C = [1, 1.5, 2, 2.5, 3]
print(type(C))
# bool, int, float, complex
print(A)
print(ArrayA)
print(ArrayB)
print(ArrayC)
D = [[1,2],[3,4],[5,6],[7,8]]
print(ArrayD)
print(ArrayD.shape)
GitHub link for this script:
*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:
Check out my website:
If you liked the video - please hit the like button. It means more than you know. Thanks for watching!!
Useful Links
-----------------------------------------------------------------------------------------------------------------
Python Download:
(Remember Python 3 is the future!)
I use Atom Text Editor for all my tutorials
Atom Text Editor:
Packages I often use in Python tutorials:
-Pandas
-Numpy
-xlrd
-TensorFlow
-Matplotlib
-Django Framework
-Beautiful Soup
(Install through Terminal $pip3 install ....)
Other Useful Services sometimes featured:
-Amazon Web Services (AWS)
-Microsoft Azure
-Google Cloud
-Juypter Notebooks
Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
Footnote video #1
Python Lists for Beginners
Footnote Video #2
Python Data Types & Variables
#Python #NumPy #LearnNumPyArrays
Let me know your opinion on the footnote videos? Are they distracting or do you find they add value?
If you have and questions or comments please let me know! Until next time.
Thanks so much for the continued support! You guys are awesome. 1200+ Subscribers!! Your support means more than you know - Thank you!!
*****************************************************************
Full code from this video:
import numpy as np
A = [1,2,3,4,5]
B = [1.5,2.5,3.5]
C = [1, 1.5, 2, 2.5, 3]
print(type(C))
# bool, int, float, complex
print(A)
print(ArrayA)
print(ArrayB)
print(ArrayC)
D = [[1,2],[3,4],[5,6],[7,8]]
print(ArrayD)
print(ArrayD.shape)
GitHub link for this script:
*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:
Check out my website:
If you liked the video - please hit the like button. It means more than you know. Thanks for watching!!
Useful Links
-----------------------------------------------------------------------------------------------------------------
Python Download:
(Remember Python 3 is the future!)
I use Atom Text Editor for all my tutorials
Atom Text Editor:
Packages I often use in Python tutorials:
-Pandas
-Numpy
-xlrd
-TensorFlow
-Matplotlib
-Django Framework
-Beautiful Soup
(Install through Terminal $pip3 install ....)
Other Useful Services sometimes featured:
-Amazon Web Services (AWS)
-Microsoft Azure
-Google Cloud
-Juypter Notebooks
Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
Комментарии