NumPy Default Arrays (Zeros, Ones, Full methods) - Learn NumPy Series

preview_player
Показать описание
This video is a part of a full series - start here:

In this one we'll cover how to create arrays using the zeros, ones, and full numpy methods.

Join The Socials -- Picking Shoutouts Across YouTube, Insta, FB, and Twitter!
*****************************************************************
Full code from the video:
import numpy as np

print(array_a)

print(array_b)

print(array_c)

print(array_d)

print(array_e)

Packages (& Versions) used in this video:
Python 3.7
NumPy 1.17

*****************************************************************
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!
Рекомендации по теме
Комментарии
Автор

Thanks for creating and sharing this great NumPy Arrays. very well explained * * * * *

osmankhaled
Автор

Thank you for the video! Also is it possible to specify data type in np.random?

elenachen