ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

235 results

Florent Poux
Your 3D Scripts Keep Breaking? (It’s Not a Bug, It's This) #python  #pointcloud #3d

Free GeoAI Course → https://learngeodata.eu/geo-ai-sprint-course My 3D DS Book → https://amzn.to/4hFzqsF.

1:59
Your 3D Scripts Keep Breaking? (It’s Not a Bug, It's This) #python #pointcloud #3d

3,053 views

10 days 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

6 views

2 weeks ago

Tsoding
One Formula That Demystifies 3D Graphics

References: - Rotation Matrix: https://www.youtube.com/watch?v=EZufiIwwqFA - Penger Model: ...

20:16
One Formula That Demystifies 3D Graphics

408,035 views

13 days ago

Smart Project Design Studio
How to Debug Plant3D Python Scripts Without Restarting AutoCAD. Part1

Tired of restarting AutoCAD Plant3D every time you change your Python script? I know the pain — it eats so much time…

14:51
How to Debug Plant3D Python Scripts Without Restarting AutoCAD. Part1

701 views

4 weeks ago

codewithminal
Day - 96/120 | 3D array in Python #viral #shortsvideo #shorts #array #shortsviral #3d #numpy

... खुद का ही भला सोचो मेरे साथ पढ़ लो क्यूटीज़ आज हम देखेंगे 3D एरे 3d एरे ...

1:44
Day - 96/120 | 3D array in Python #viral #shortsvideo #shorts #array #shortsviral #3d #numpy

633 views

4 days ago

ThInKs We KnOw
arange and reshape function to create 2D and 3D arrays in NumPy #datascience #numpy #python

TOPIC: Creating 2D & 3D Arrays using NumPy arange. PROCESS: Combine np.arange() to generate data and .reshape() to set ...

0:56
arange and reshape function to create 2D and 3D arrays in NumPy #datascience #numpy #python

129 views

11 days ago

PardesLine
07 - 3D Computer Vision - 🎯 Deformable Non-Rigid Registration | Coherent Point Drift

Coherent Point Drift Algorithm Explained | Deformable Point Cloud Registration Tutorial | Y = Y + GW Master the Coherent Point ...

6:10
07 - 3D Computer Vision - 🎯 Deformable Non-Rigid Registration | Coherent Point Drift

169 views

3 weeks 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

0 views

2 weeks 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)

343 views

2 weeks ago

1BestCsharp blog
3D Rubik’s Cube in Python Tkinter (No Pygame) [ With Source Code ]

Python - How to Create a 3D Rubik's Cube in Python Tkinter [ With Source Code ] ▷ Get The Source Code: ...

37:50
3D Rubik’s Cube in Python Tkinter (No Pygame) [ With Source Code ]

108 views

2 weeks 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

43 views

2 weeks ago

Click Top Engineering Open Lecture Series
Python Essentials Myanmar (40): Numpy_2D/3D array construction

နောက်သင်ခန်းစာတွေကို ကြည့်ဖို့ ...

11:46
Python Essentials Myanmar (40): Numpy_2D/3D array construction

59 views

3 weeks ago

skill learning hub
NumPy Tutorial Day 2 | Arrays, Indexing & Slicing in Python

Welcome to NumPy Full Course – Day 2 🚀 NumPy Tutorial Day 2 | Arrays, Indexing & Slicing in Python In this video, you will ...

12:43
NumPy Tutorial Day 2 | Arrays, Indexing & Slicing in Python

21 views

7 days ago

ThInKs We KnOw
Python Code: reshaping 3D array into 2D and 1D Arrays in NumPy (Code in Description Box) #numpy

import numpy as np # Base 3D Array (2x2x3) arr_3d = np.array([ [[1, 2, 3], [4, 5, 6]], [[7, 8, 9], [10, 11, 12]] ]) print(f"Base 3D ...

1:21
Python Code: reshaping 3D array into 2D and 1D Arrays in NumPy (Code in Description Box) #numpy

115 views

12 days 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

509 views

13 days 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

8 views

12 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

8 views

2 weeks ago

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

17 views

12 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

119 views

13 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

0 views

2 weeks ago