ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,518 results

Python Peak
What’s the trick for using multiprocessing in Python? Unlock the #secret of Faster Data Processing

What's the trick for using multiprocessing in Python? Multiprocessing allows you to run tasks in parallel. This can drastically ...

0:17
What’s the trick for using multiprocessing in Python? Unlock the #secret of Faster Data Processing

777 views

1 year ago

Schraf : Maths-info
3 - Python pratique : map, filter, reduce, lambda

00:00 Programmation fonctionnelle 06:33 map 09:09 filter 10:53 Application map et filter 14:49 reduce 17:38 reduce sur les ...

25:25
3 - Python pratique : map, filter, reduce, lambda

260 views

1 year ago

KreaTuto
PF avec Python : La fonction « reduce »

A quoi sert la fonction « reduce » ? Comment utiliser la fonction « reduce » ? Programmation Fonctionnelle avec Python ...

3:52
PF avec Python : La fonction « reduce »

183 views

2 years ago

Python Peak
Why use functools.reduce() for chaining operations? Unlocking Power of functools.reduce() for

Why use functools.reduce() for chaining operations? ⛴️ functools.reduce() can simplify long sequences. ⛴️ But chaining ...

0:21
Why use functools.reduce() for chaining operations? Unlocking Power of functools.reduce() for

39 views

1 year ago

Python Peak
What’s the benefit of functools.reduce in aggregating data? Unlocking the Power of functools.reduce

What's the benefit of functools.reduce in aggregating data? functools.reduce allows you to combine items in a list easily.

0:15
What’s the benefit of functools.reduce in aggregating data? Unlocking the Power of functools.reduce

58 views

1 year ago

Python Peak
Why does Python’s __slots__ save memory? Reduce Memory in Python Classes with __slots__

Why does Python's __slots__ save memory? The __slots__ mechanism reduces memory by avoiding instance dictionaries.

1:08
Why does Python’s __slots__ save memory? Reduce Memory in Python Classes with __slots__

15 views

1 year ago

The Debug Zone
Joining Multiple PySpark DataFrames with Python's reduce() Function

In this video, we delve into the powerful capabilities of PySpark for data manipulation, focusing specifically on how to efficiently ...

2:23
Joining Multiple PySpark DataFrames with Python's reduce() Function

3 views

6 months ago

Zeba Academy EN
How to Use reduce() Function in Python?

reduce() works differently than map() and a filter(). It does not return a new list based on the function and iterable we've passed.

0:51
How to Use reduce() Function in Python?

2 views

5 years ago

Python Peak
How can lru_cache #speed up expensive function calls? Unlock Python #speed with lru_cache Magic!

How can lru_cache speed up expensive function calls? lru_cache stores results of function calls to save time. Its useful for ...

0:20
How can lru_cache #speed up expensive function calls? Unlock Python #speed with lru_cache Magic!

75 views

1 year ago

The Debug Zone
Optimize Python Code: Reduce Repetition in For Loops with These Tips

In this video, we dive into the world of Python programming to explore effective strategies for optimizing your code. Specifically ...

3:08
Optimize Python Code: Reduce Repetition in For Loops with These Tips

10 views

1 year ago

North Bay Python
Memory Management in Python - The Basics

Nina Zakharenko https://2018.northbaypython.org/schedule/presentation/19/ As a new Python developer, trying to understand ...

30:27
Memory Management in Python - The Basics

44,662 views

7 years ago

Applied Data Science
Python map filter reduce apply

Data Science.

7:30
Python map filter reduce apply

53 views

6 years ago

Ingeniero John Ortiz Ordoñez
Python Ejercicio: 1127 1/2 HackerRank Uso de Función reduce() para el Producto de Números Racionales

1127. 1/2 HackerRank Uso de la Función reduce() para el Producto de Números Racionales con el lenguaje de programación ...

11:56
Python Ejercicio: 1127 1/2 HackerRank Uso de Función reduce() para el Producto de Números Racionales

146 views

4 years ago

Python Peak
How can sys.intern() reduce memory usage in Python? Reduce Memory in Python with sys.intern() -

How can sys.intern() reduce memory usage in Python? sys.intern() lets you store only one copy of a repeated string. Using it ...

1:34
How can sys.intern() reduce memory usage in Python? Reduce Memory in Python with sys.intern() -

26 views

1 year ago

The Debug Zone
How to Reduce Elif Blocks in Python: Simplifying Conditional Logic

In this video, we dive into the concept of elif blocks in Python and explore effective strategies to simplify your conditional logic.

2:16
How to Reduce Elif Blocks in Python: Simplifying Conditional Logic

0 views

4 months ago

Josué Fredes
Uso funciones Map, Reduce y Filter en Python

Extracto primera sesión online del módulo BigData de la carrera Data Science en Desafío Latam.

26:22
Uso funciones Map, Reduce y Filter en Python

461 views

6 years ago

AmbiG1
#Python - Lambda, map, filter, reduce [3.7]

ambig.one/2.

14:45
#Python - Lambda, map, filter, reduce [3.7]

76 views

7 years ago

MLQs Café
Today’s Question: How pre-trained models reduce training time & computational cost in deep learning?

Learn the concept clearly in under 1 minutes, explained step-by-step with examples! Today's Question: How can using pre-trained ...

0:47
Today’s Question: How pre-trained models reduce training time & computational cost in deep learning?

106 views

8 months ago

Ingeniero John Ortiz Ordoñez
Python Ejercicio: 1127 2/2 HackerRank Uso Función reduce() para el Producto de Números Racionales

1127. 2/2 HackerRank Uso de la Función reduce() para el Producto de Números Racionales con el lenguaje de programación ...

4:40
Python Ejercicio: 1127 2/2 HackerRank Uso Función reduce() para el Producto de Números Racionales

165 views

4 years ago

The Debug Zone
Why Removing Unnecessary Items from a Python List Reduces Computational Time

In this video, we delve into the importance of optimizing Python lists by removing unnecessary items. As we explore the ...

3:02
Why Removing Unnecessary Items from a Python List Reduces Computational Time

1 view

1 month ago