Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

Introduction to NumPy Arrays for Beginners - Learn NumPy Series

Автор: Derrick Sherrill

Загружено: 2019-08-18

Просмотров: 21070

Описание:

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
https://pypi.org/project/numpy/

Join The Socials -- Picking Shoutouts Across YouTube, Insta, FB, and Twitter!
FB -   / codewithderrick  
Insta -   / codewithderrick  
Twitter -   / codewithderrick  
LinkedIn -   / derricksherrill  
GitHub - https://github.com/Derrick-Sherrill

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
array_a = np.array([1,2,3,4,5])
print(array_a)

We can add elements of multiple data types to python lists, not arrays
print([1,2,3,4,5, 'derrick'])

print(array_a.shape) # View the shape of an array by the shape attribute

array_b = np.array([[1,2,3,4,5],[1,2,3,4,5]]) # Multidimensional arrays
print(array_b.shape)

https://github.com/Derrick-Sherrill/N...
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:
https://github.com/Derrick-Sherrill/D...

Check out my website:
https://www.derricksherrill.com/

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!

Introduction to NumPy Arrays for Beginners - Learn NumPy Series

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

Practice Creating NumPy Arrays - Learn NumPy Series

Practice Creating NumPy Arrays - Learn NumPy Series

Learn NumPy in 1 hour! 🔢

Learn NumPy in 1 hour! 🔢

Advanced NumPy Course - Vectorization, Masking, Broadcasting & More

Advanced NumPy Course - Vectorization, Masking, Broadcasting & More

Intro to Coding Courses 👨‍💻

Intro to Coding Courses 👨‍💻

Ultimate Guide to NumPy Arrays - VERY DETAILED TUTORIAL for beginners!

Ultimate Guide to NumPy Arrays - VERY DETAILED TUTORIAL for beginners!

NumPy Full Python Course - Data Science Fundamentals

NumPy Full Python Course - Data Science Fundamentals

Reshaping & Indexing NumPy Arrays - Learn NumPy Series

Reshaping & Indexing NumPy Arrays - Learn NumPy Series

Что такое Numpy и почему?

Что такое Numpy и почему?

Декораторы Python — наглядное объяснение

Декораторы Python — наглядное объяснение

Complete Python NumPy Tutorial (Creating Arrays, Indexing, Math, Statistics, Reshaping)

Complete Python NumPy Tutorial (Creating Arrays, Indexing, Math, Statistics, Reshaping)

Python for Data Analytics - Full Course for Beginners

Python for Data Analytics - Full Course for Beginners

Python NumPy Tutorial for Beginners

Python NumPy Tutorial for Beginners

Python Object Oriented Programming (OOP) - For Beginners

Python Object Oriented Programming (OOP) - For Beginners

Most Ridiculous Worker Mistakes Caught on Camera

Most Ridiculous Worker Mistakes Caught on Camera

Python для анализа данных: массивы Numpy

Python для анализа данных: массивы Numpy

Numpy Array Broadcasting In Python Explained

Numpy Array Broadcasting In Python Explained

NumPy in One Hour | Crash Course for Beginners | You need to know this for ML, AI Projects

NumPy in One Hour | Crash Course for Beginners | You need to know this for ML, AI Projects

МАССИВЫ в Python — начните здесь!

МАССИВЫ в Python — начните здесь!

25 Nooby Pandas Coding Mistakes You Should NEVER make.

25 Nooby Pandas Coding Mistakes You Should NEVER make.

Learn NUMPY in 5 minutes - BEST Python Library!

Learn NUMPY in 5 minutes - BEST Python Library!

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: infodtube@gmail.com