ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,917 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,271 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,280 views

4 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,195 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,568 views

3 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,346 views

7 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

273 views

2 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,058 views

6 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?

305 views

3 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

515,215 views

4 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

Automation Helpers
Python NumPy | Dot Product

The dot function can be used to multiply matrices and vectors defined using NumPy arrays. The @ symbol can also be used for ...

3:27
Python NumPy | Dot Product

31,952 views

6 years ago

NetworkChuck
what is a List in Python?

This video was originally sponsored by ITProTV. We've since launched NetworkChuck Academy, our own place to learn IT: ...

13:14
what is a List in Python?

254,077 views

3 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

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,666 views

9 years ago

ethioptech ኢትዮጵ ቴክ
Python tutorial 20: Numpy array reshaping | ኢትዮጵ

In this video, I presented about how we can reshape Numpy array such as changing 1D array to 2D array, 2D array into many 2D ...

6:36
Python tutorial 20: Numpy array reshaping | ኢትዮጵ

51 views

1 year 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

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

442 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,784 views

6 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

FinFET
How to make a simple 3D* game in Python from scratch - Ray casting

Code and detailed guide available at: https://github.com/FinFetChannel/RayCastingPythonMaze In this video I will show you how ...

6:46
How to make a simple 3D* game in Python from scratch - Ray casting

61,460 views

4 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,590 views

5 years ago

Non Techie
🚀EXPLAINED: INDEXING & SLICING NUMPY ARRAYS !🚀

Grasp the knowledge of amazing python library 'NUMPY'. Learn how to create arrays with different functions and master indexing ...

13:21
🚀EXPLAINED: INDEXING & SLICING NUMPY ARRAYS !🚀

315 views

2 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,897 views

4 years ago

Acadaimy
Numpy Python Tutorial | Numpy Indexing and Slicing | Numpy Broadcasting

In this video, you'll learn about how to perform indexing, slicing and broadcasting using the Numpy Python Library. This library is ...

6:41
Numpy Python Tutorial | Numpy Indexing and Slicing | Numpy Broadcasting

2,005 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

411,646 views

4 years ago