ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

217 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,065 views

11 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

Houdini
Python States | Introduction

All lessons and project files: https://www.sidefx.com/tutorials/python-states/ Introduction and project overview.

0:53
Python States | Introduction

3,318 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

422,411 views

2 weeks ago

Screen Works
Writing One Line of Code Everyday Until I Make a 3D Engine - Day 5
0:15
Writing One Line of Code Everyday Until I Make a 3D Engine - Day 5

962 views

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

635 views

5 days ago

Screen Works
Writing One Line of Code Everyday Until I Make a 3D Engine - Day 3
0:16
Writing One Line of Code Everyday Until I Make a 3D Engine - Day 3

804 views

5 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

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

344 views

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

173 views

3 weeks ago

alan
NEURO SAMA IS ACTUALLY INSANE WHAT THE-

Guys i cannot believe they hit such a massive goal on twitch, who knew the vtuber space was so patriotic If you enjoyed, please ...

0:38
NEURO SAMA IS ACTUALLY INSANE WHAT THE-

43,650 views

2 weeks ago

GetIntoGameDev
OpenGL with Python for Beginners: Shaders

gamedev #gamedevelopment #programming Course URL: https://getintogamedev.gumroad.com/l/kgppwp Discord: ...

25:45
OpenGL with Python for Beginners: Shaders

404 views

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

44 views

2 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

8 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

177 views

2 weeks ago

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

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

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

183 views

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

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

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

13 days ago