ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,901 results

The Comparison Channel
ARRAYS in Python - Start Here!

So, what is an array? Well, it's a data structure that stores a collection of items, typically in a contiguous block of memory.

5:25
ARRAYS in Python - Start Here!

94,122 views

3 years ago

StudySession
Array slicing in NumPy - learn how to slice arrays in Python!

What is array slicing in NumPy? Well this is called slicing our array, which is just as it sounds we are slicing up our array to ...

4:56
Array slicing in NumPy - learn how to slice arrays in Python!

1,564 views

3 years ago

mCoding
Numpy Array Broadcasting In Python Explained

How Numpy adds arrays of different shapes. ― mCoding with James Murphy (https://mcoding.io) Source code: ...

13:06
Numpy Array Broadcasting In Python Explained

39,254 views

4 years ago

The Coding Train
Coding Challenge #112: 3D Rendering with Rotation and Projection

Can I draw and rotate a 3D cube using Processing's 2D renderer with just some math?!?! Yes! Watch to learn more about rotation ...

33:13
Coding Challenge #112: 3D Rendering with Rotation and Projection

225,266 views

7 years ago

The Coding Train
Coding Challenge 168: MandelBulb 3D Fractal

It's the Mandelbulb! What happens when you take the original fractal (The Mandelbrot Set) and extend it into 3D space? And how ...

28:02
Coding Challenge 168: MandelBulb 3D Fractal

391,142 views

3 years ago

S.M.D.S
Mastering 3D Data Visualization with Matplotlib in Python

Elevate Your Data Visualization Skills with 3D Plotting in Python! Learn how to craft captivating 3D visualizations using ...

9:42
Mastering 3D Data Visualization with Matplotlib in Python

272 views

2 years ago

Houting Li
Code these 3D shapes in less than 80 lines! Python Fun With Shapes S1 E12

Finally 3D shapes! I support 3D shapes in Python Fun With Shapes now! Cube, Cylinder and Square-based Pyramid.

20:17
Code these 3D shapes in less than 80 lines! Python Fun With Shapes S1 E12

112 views

5 years ago

StudySession
NumPy: What Is Array Indexing, and Why Is It Useful?

In this video, we'll explore what array indexing is and why it's useful. We'll also look at a few examples to see how it works.

3:36
NumPy: What Is Array Indexing, and Why Is It Useful?

301 views

3 years ago

Automation Helpers
Python NumPy | Array

A NumPy array is an alternative to a python list, but calculations performed on an numpy array will occur for each element within ...

2:58
Python NumPy | Array

8,054 views

6 years ago

Brendan Galea
The Math behind (most) 3D games - Perspective Projection

Perspective matrices have been used behind the scenes since the inception of 3D gaming, and the majority of vector libraries will ...

13:20
The Math behind (most) 3D games - Perspective Projection

514,646 views

4 years ago

Gate Smashers
Lec-4: Types of Array | One dimensional & Multi-dimensional Array by #Naina Mam

Multidimensional arrays include 2D arrays and 3D arrays. 0:00 - Introduction 0:20 -Types of Array 0:55 - One-dimensional array ...

9:17
Lec-4: Types of Array | One dimensional & Multi-dimensional Array by #Naina Mam

410,407 views

4 years ago

LearnChemE
Python Lecture 19: Operations on NumPy Arrays

Organized by textbook: https://learncheme.com/ 19th screencast of a series on Python. Made by faculty at the New Jersey Institute ...

5:42
Python Lecture 19: Operations on NumPy Arrays

386 views

2 years ago

Pirouz Nourian
3D Geospatial Digital Twin in Python_20231127_135328_UTwente_ITC

In this video, I am teaching the fundamentals of 3D Geospatial Digital Twinning in Python (NumPy). The code samples are ...

1:11:26
3D Geospatial Digital Twin in Python_20231127_135328_UTwente_ITC

102 views

1 year ago

CodeTekTeach
📚 Unlock Python & NumPy for Beginners in 2024 | Full Python Tutorial

Numpy Mastery 2024: From Basics to Advanced | Create, Operate, and Master Numpy Arrays! | Full Python Tutorial -- Learn ...

1:58:07
📚 Unlock Python & NumPy for Beginners in 2024 | Full Python Tutorial

441 views

1 year ago

Automation Helpers
Python NumPy | 2D Arrays

NumPy arrays are capable of holding multidimensions of data. Just like a single dimension array, calculations will occur on each ...

3:13
Python NumPy | 2D Arrays

17,780 views

6 years ago

Yong Wang
Engineering Python 13C: NumPy Array Indexing and Slicing

Textbooks: https://amzn.to/2VmpDwK https://amzn.to/2GQSV3D https://amzn.to/2SvTOQx Welcome to Engineering Python. This is ...

14:16
Engineering Python 13C: NumPy Array Indexing and Slicing

4,478 views

7 years ago

The Coding Train
Coding Challenge 11: 3D Terrain Generation with Perlin Noise in Processing

In this coding challenge, I create a 3D procedural terrain using Perlin Noise and the beginShape() function in Processing.

22:44
Coding Challenge 11: 3D Terrain Generation with Perlin Noise in Processing

1,083,607 views

9 years ago

CODE MENTAL
Transforming a Photo into a 3D model using Numpy-stl and Python - Part IV

This is the fourth video of a series of videos on how I managed to create a 3D model of a Photo using Python, Numpy, and ...

25:46
Transforming a Photo into a 3D model using Numpy-stl and Python - Part IV

13,589 views

5 years ago

FinFET
Proto ray tracing - how to make simple 3D game in Python with ray casting

Code available at: https://github.com/FinFetChannel/RayCastingPythonMaze A scanline rendering approach for a 3D maze game ...

5:55
Proto ray tracing - how to make simple 3D game in Python with ray casting

2,896 views

4 years ago

MechanoMathStudio
A Simple 3D Fractional Sphere Mesh Generator in Python | Deep Dive into NumPy, SciPy, and MeshIO

Unlock the secrets of 3D mesh generation with Python in this in-depth tutorial! We delve deep into creating a fractional sphere ...

3:46
A Simple 3D Fractional Sphere Mesh Generator in Python | Deep Dive into NumPy, SciPy, and MeshIO

847 views

2 years ago