ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,419 results

code geek
Python Numpy 1D, 2D, 3D, 4D arrays explained for beginners.

In this video I will explain the NumPy arrays in simple terms with analogies to hopefully help you understand the concept a little ...

7:27
Python Numpy 1D, 2D, 3D, 4D arrays explained for beginners.

327 views

8 months ago

Bro Code
NumPy multidimensional arrays are easy! 🧊

coding #python #numpy import numpy as np array = np.array([[['A', 'B', 'C'], ['D', 'E', 'F'], ['G', 'H', 'I']], [['J', 'K', 'L'], ['M', 'N', 'O'], ['P', ...

7:43
NumPy multidimensional arrays are easy! 🧊

19,502 views

5 months ago

Computer Science Bottom Up
3D Arrays Explained Simply | Three Dimensional Array in Data Structures

In this video, we'll break down **Three Dimensional Arrays** in a simple, intuitive way — no code, just pure concept. Understand ...

14:49
3D Arrays Explained Simply | Three Dimensional Array in Data Structures

64 views

6 months ago

You Suck at Programming
Arrays in Bash Explained in 7 Minutes! - Indexed, Associative, and Nested / Multi-Dimensional

Yo what's up everyone my name's dave and you suck at programming. More Links Website → https://ysap.sh Discord ...

7:10
Arrays in Bash Explained in 7 Minutes! - Indexed, Associative, and Nested / Multi-Dimensional

7,677 views

9 months ago

DroidBiz
3D Arrays Explained | Multi-Dimensional Arrays | Data Structures Tutorial

Learn 3D Arrays (multi-dimensional arrays) in this comprehensive Data Structures and Algorithms (DSA) tutorial. Perfect for ...

10:13
3D Arrays Explained | Multi-Dimensional Arrays | Data Structures Tutorial

3 views

1 month ago

Marshall Bruner
Phased Arrays - Steering and the Antenna Pattern | An Animated Intro to Phased Arrays

Traditional antennas need to physically move to track signals, but phased arrays change the game by steering beams ...

19:52
Phased Arrays - Steering and the Antenna Pattern | An Animated Intro to Phased Arrays

137,329 views

10 months ago

Bro Code
Slicing in NumPy is easy! ✂️

coding #numpy #python Slicing in NumPy allows you to extract portions of an array using a [start:stop:step] syntax. It works ...

11:07
Slicing in NumPy is easy! ✂️

15,599 views

5 months ago

Marshall Bruner
How Radars Tell Targets Apart (and When They Can’t) | Radar Resolution

How do radars tell targets apart when they're close together - in range, angle, or speed? In this video, we break down the three ...

13:10
How Radars Tell Targets Apart (and When They Can’t) | Radar Resolution

257,645 views

8 months ago

Sajjaad Khader
Data Structures Explained for Beginners - How I Wish I was Taught

Data structures are essential for coding interviews and real-world software development. In this video, I'll break down the most ...

15:51
Data Structures Explained for Beginners - How I Wish I was Taught

715,814 views

10 months ago

N2K TECH
Arrays in DSA Explained | 1D, 2D, 3D Arrays | Representation & Address Calculation | AKTU 3rd Sem

Welcome back to N2K Tech — Turning Notes into Knowledge! In this video, we'll discuss one of the most important topics in Data ...

18:07
Arrays in DSA Explained | 1D, 2D, 3D Arrays | Representation & Address Calculation | AKTU 3rd Sem

203 views

3 months ago

Astral Grid
#30 Jagged and 3D Arrays in Java Explained | Full Tamil Tutorial  [ 2025 ]

Welcome back to Episode 30 of the Astral Grid Java Course in Tamil! In this episode, we're diving deep into the advanced world of ...

4:29
#30 Jagged and 3D Arrays in Java Explained | Full Tamil Tutorial [ 2025 ]

147 views

5 months ago

OJD Education - India’s Leading IT Institution
Create 2D and 3D Arrays in NumPy | Python Tutorial for Beginners

What You'll Learn: Introduction to NumPy arrays How to create 2D arrays using np.array() How to create 3D arrays in NumPy ...

8:09
Create 2D and 3D Arrays in NumPy | Python Tutorial for Beginners

90 views

5 months ago

Mission GATE 2026
Data Structures Lecture 3 | 3D Arrays Explained | Address Calculation Formula | GATE 2026

Welcome to Data Structures Lecture 3 for GATE 2026 preparation! In this lecture, we extend our understanding of Arrays by ...

11:54
Data Structures Lecture 3 | 3D Arrays Explained | Address Calculation Formula | GATE 2026

15 views

4 months ago

Hello Byte
Union Find Visually Explained

In this video, we're going to talk about a practical, but often overlooked data structure - Union Find. This structure plays a critical ...

13:20
Union Find Visually Explained

12,321 views

8 months ago

Mao Piseth
Mastering Arrays in C++ | 1D, 2D & 3D Arrays Explained

In this video, we dive deep into arrays in C++! Learn how to work with: ✓ One-dimensional arrays (1D) ✓ Two-dimensional arrays ...

8:04
Mastering Arrays in C++ | 1D, 2D & 3D Arrays Explained

8 views

9 months ago

Mastermind
3D Arrays in Python 🐍📊 | NumPy Tutorial for Beginners!"#Python #NumPy #3DArrays #codingtutorial

Welcome to this Python tutorial where we dive into the world of 3D arrays! Whether you're a beginner or looking to strengthen ...

10:59
3D Arrays in Python 🐍📊 | NumPy Tutorial for Beginners!"#Python #NumPy #3DArrays #codingtutorial

20 views

7 months ago

Cse Code
Data structure || Formula of 1D ,2D and 3D Array Explain in Hindi || By CseCode...

Data structure || Formula of 1D ,2D and 3D Array Explain in Hindi || By CseCode... ..... OTHER LINK HERE.

5:41
Data structure || Formula of 1D ,2D and 3D Array Explain in Hindi || By CseCode...

436 views

6 months ago

Techwithsolo
Beginner's Guide to NumPy Dimensions: 0D, 1D, 2D, 3D Explained!

In this quick and easy tutorial, learn the basics of NumPy array dimensions—from 0D to 3D. Perfect for Python and data science ...

18:10
Beginner's Guide to NumPy Dimensions: 0D, 1D, 2D, 3D Explained!

18 views

7 months ago

Bro Code
Learn to reshape NumPy arrays in 4 minutes! ↔️

... elements # array = array.reshape(2, 4) # Too few elements array = array.reshape(4, 3) array = array.reshape(2, 2, 3) # 3D array ...

4:12
Learn to reshape NumPy arrays in 4 minutes! ↔️

7,793 views

2 months ago

Nishant Bidhu
Lecture 6.1 : 2D & 3D Arrays Explained with Examples || Advanced Array Concepts and Applications

Welcome to Lecture 6.1 of the C Programming Series for 1st-Year Students! In this video, we dive into the advanced applications ...

10:42
Lecture 6.1 : 2D & 3D Arrays Explained with Examples || Advanced Array Concepts and Applications

33 views

7 months ago