ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

52 results

ThInKs We KnOw
Reshaping 1D Array into 2D and 3D Arrays in NumPy #python #numpy #datascienceforbeginners

TOPIC: Reshaping 1D NumPy Arrays. Original shape: (12,). Ex 1: arr.reshape(3, 4) - Creates 3 rows, 4 columns.

0:32
Reshaping 1D Array into 2D and 3D Arrays in NumPy #python #numpy #datascienceforbeginners

0 views

4 hours ago

ThInKs We KnOw
Python Code: NumPy Array Iteration of 1D, 2D, & 3D Arrays (Code in Description) #numpy #python

import numpy as np # ========================================== # NumPy Array Iteration: `for` LOOPS ...

1:24
Python Code: NumPy Array Iteration of 1D, 2D, & 3D Arrays (Code in Description) #numpy #python

0 views

15 hours ago

ThInKs We KnOw
Mastering NumPy 3D Array Indexing #datascience #numpy #indexing #Python #datascienceforbeginners

Decoding the 3D Array Indexing: The "11" Example Constructing the Data Cube The script begins by initializing the data using ...

1:24
Mastering NumPy 3D Array Indexing #datascience #numpy #indexing #Python #datascienceforbeginners

85 views

2 days ago

ThInKs We KnOw
NumPy Array Iteration of 1D, 2D & 3D arrays #numpy #python #datascience #datascienceforbeginners

This infographic visualizes the mechanics of iterating through NumPy arrays of varying dimensions using standard Python for ...

1:09
NumPy Array Iteration of 1D, 2D & 3D arrays #numpy #python #datascience #datascienceforbeginners

0 views

15 hours ago

ThInKs We KnOw
Reshaping 2D Array into 3D Arrays in NumPy #datascience #numpy #python #datascienceforbeginners

TOPIC: NumPy Reshape: 2D to 3D Arrays (Examples). Key Rule: Total elements must remain constant. Original 2D Array (arr): ...

1:08
Reshaping 2D Array into 3D Arrays in NumPy #datascience #numpy #python #datascienceforbeginners

0 views

3 hours ago

The Debug Zone
How to Plot 3D Images from NumPy Arrays: A Step-by-Step Guide

In this video, we'll explore the fascinating world of 3D plotting using NumPy arrays. Whether you're a data scientist, a researcher, ...

2:23
How to Plot 3D Images from NumPy Arrays: A Step-by-Step Guide

0 views

4 days ago

ThInKs We KnOw
Python Code: NumPy 3D Array Slicing with Negative Index (Code in Description Box) #numpy #python

import numpy as np # Base Array Setup # Shape is (2, 2, 2) based on the visual blocks (Blue/Orange) arr = np.array([ [[1, 2], [3, 4]], ...

1:28
Python Code: NumPy 3D Array Slicing with Negative Index (Code in Description Box) #numpy #python

0 views

17 hours ago

swedz
How To Make Your Own Wallhack In Python [ 2025 ]

swedz #cheatengine #python Learn How To Make Your Very Own Wallhack For Any Game Video Overview: One last ...

15:52
How To Make Your Own Wallhack In Python [ 2025 ]

12,995 views

2 days ago

ThInKs We KnOw
Python Code NumPy 3D Array Slicing with Positive Index (Code in Description Box) #numpy #python

import numpy as np arr = np.array([ [[1, 2, 3, 4], [5, 6, 7, 8]], [[9, 10, 11, 12], [13, 14, 15, 16]] ]) print(f"Base Array:\n{arr}\n") ...

1:13
Python Code NumPy 3D Array Slicing with Positive Index (Code in Description Box) #numpy #python

6 views

1 day ago

ThInKs We KnOw
NumPy 3D Array Slicing with Negative Index #numpy #python #datascience #datascienceforbeginners

This infographic outlines the advanced technique of slicing 3D NumPy arrays using negative indices, applied to a dataset ...

1:21
NumPy 3D Array Slicing with Negative Index #numpy #python #datascience #datascienceforbeginners

0 views

17 hours ago

ThInKs We KnOw
Reshaping 3D Array into 2D and 1D Arrays in NumPy #numpy #python #datascience #engineeringstudent

TOPIC: NumPy Reshape: 3D to 2D & 1D Arrays (Examples). Key Rule: Total elements must remain constant. Original 3D Array ...

1:17
Reshaping 3D Array into 2D and 1D Arrays in NumPy #numpy #python #datascience #engineeringstudent

0 views

3 hours ago

ThInKs We KnOw
Lec 8: NumPy Array Indexing and Slicing #datascience #datascienceforbeginners #numpy #python

here is the content on NumPy indexing, slicing, and iterating for 1D, 2D, and 3D arrays. 1. Array Indexing NumPy indexing is used ...

6:27
Lec 8: NumPy Array Indexing and Slicing #datascience #datascienceforbeginners #numpy #python

23 views

2 days ago

ThInKs We KnOw
NumPy: Slicing of 1D, 2D, 3D Array with Example Codes #datascience #python #numpy

In this video, we dive into NumPy array slicing with clear and practical coding examples. You'll learn how slicing works in 1D, 2D, ...

1:13
NumPy: Slicing of 1D, 2D, 3D Array with Example Codes #datascience #python #numpy

172 views

2 days ago

ThInKs We KnOw
NumPy 3D Array Visualization #datascience #numpy #numpy3DArray #Python #datascienceforbeginners

Decoding the NumPy 3D Array Visualizing the Structure: The "Stack" Concept To understand a 3D array, the infographic asks you ...

1:44
NumPy 3D Array Visualization #datascience #numpy #numpy3DArray #Python #datascienceforbeginners

165 views

2 days ago

ThInKs We KnOw
NumPy 3D Array Slicing with Positive Index #numpy #python #datascience #datascienceforbeginners

This script operates on a 3-dimensional NumPy array containing two planes (Axis 0), where each plane consists of 2 rows (Axis 1) ...

1:26
NumPy 3D Array Slicing with Positive Index #numpy #python #datascience #datascienceforbeginners

7 views

1 day ago

ThInKs We KnOw
Types of Arrays in NumPy #datascience #datascienceforbeginners #python #numpy

Title: Master NumPy Arrays in 4 Simple Steps! ⚡ If you want to get into Data Science or Machine Learning, you must know ...

0:46
Types of Arrays in NumPy #datascience #datascienceforbeginners #python #numpy

965 views

3 days ago

Milan's Data Stories
3D Map of the Moon’s Surface Using NASA Data & Python | #30DayMapChallenge (18/30)

For Day 18 of the #30DayMapChallenge in 2025 - theme “Out of This World” - I went literally out of this world by building a 3D map ...

13:55
3D Map of the Moon’s Surface Using NASA Data & Python | #30DayMapChallenge (18/30)

248 views

3 days ago

ThInKs We KnOw
Numpy Array Indexing of 3D Array with an example #numpy #datascience #machinelearning #dataanalysis

Headline: Mastering 3D Arrays in NumPy Struggling to visualize dimensions in Python? Here is a quick cheat sheet for ...

1:10
Numpy Array Indexing of 3D Array with an example #numpy #datascience #machinelearning #dataanalysis

21 views

2 days ago

ThInKs We KnOw
Reshaping Arrays in NumPy #numpy #python #datascience #datascienceforbeginners

NumPy Array Reshaping: The reshape() Function. This infographic illustrates how to change the structure of a NumPy array ...

1:37
Reshaping Arrays in NumPy #numpy #python #datascience #datascienceforbeginners

0 views

4 hours ago

Hire Ready
Day-17/90 | AI, DS and ML complete course for beginners in English | Hire Ready | Numpy Python

Day 17 of your Complete AI Course in English is dedicated to NumPy, the fundamental numerical computing library in Python that ...

19:15
Day-17/90 | AI, DS and ML complete course for beginners in English | Hire Ready | Numpy Python

57 views

1 day ago