filmov
tv
Introduction to NumPy Arrays for Beginners - Learn NumPy Series

Показать описание
Here's a video from a Udemy course about numpy arrays geared towards beginners. In this one we'll talk about why you might want to use a numpy array, homogenous data typing, and how dimensions work.
#Python #NumPy #Arrays
Download numpy using pip:
pip3 install numpy
Join The Socials -- Picking Shoutouts Across YouTube, Insta, FB, and Twitter!
Thanks so much for all the support! We're approaching 5k subscribers. THAT'S AWESOME! You all make me want to keep creating better and better content. Thanks for all the encouraging words.
*****************************************************************
Full code from the video:
import numpy as np
# Creation of a sample array
print(array_a)
# We can add elements of multiple data types to python lists, not arrays
print([1,2,3,4,5, 'derrick'])
Packages (& Versions) used in this video:
Numpy 1.17
Python 3.7
*****************************************************************
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 and thank you for all your support!!
Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
#Python #NumPy #Arrays
Download numpy using pip:
pip3 install numpy
Join The Socials -- Picking Shoutouts Across YouTube, Insta, FB, and Twitter!
Thanks so much for all the support! We're approaching 5k subscribers. THAT'S AWESOME! You all make me want to keep creating better and better content. Thanks for all the encouraging words.
*****************************************************************
Full code from the video:
import numpy as np
# Creation of a sample array
print(array_a)
# We can add elements of multiple data types to python lists, not arrays
print([1,2,3,4,5, 'derrick'])
Packages (& Versions) used in this video:
Numpy 1.17
Python 3.7
*****************************************************************
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 and thank you for all your support!!
Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
Комментарии