ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

221 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,075 views

13 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

434,949 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

983 views

5 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

642 views

7 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

827 views

7 days 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,356 views

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

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 ]

123 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

178 views

4 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-

45,099 views

2 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

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

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)

349 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

10 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

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

419 views

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

60 views

4 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

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

2 weeks ago