ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,732 results

Alexander Hess - Pythonista
Ch.8: Map, Filter, & Reduce | Intro to Python & Programming | Coding for Managers Series

UPDATE: The chapter number was changed from 7.2 to 8 This is a presentation of Chapter 8 of the "Introduction to Python ...

2:26:39
Ch.8: Map, Filter, & Reduce | Intro to Python & Programming | Coding for Managers Series

305 views

5 years ago

Alexander Hess - Pythonista
A first look at the map-filter-reduce paradigm

In this video, I introduce the map-filter-reduce paradigm. Conceptually speaking, it is simply a classification scheme for the ...

17:22
A first look at the map-filter-reduce paradigm

227 views

4 years 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,750 views

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

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

EuroPython Conference
Vijay Sajjanar - Reduce hardware costs in Internet of Things using Python

"Reduce hardware costs in Internet of Things using Python EuroPython 2020 - Poster session - 2020-07-24 - Poster 2 Online By ...

13:40
Vijay Sajjanar - Reduce hardware costs in Internet of Things using Python

156 views

5 years 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

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

EuroPython Conference
Running Python packages in the browser with Pyodide — Roman Yurchak

EuroPython 2023 — Forum Hall on 2023-07-20] ...

27:49
Running Python packages in the browser with Pyodide — Roman Yurchak

4,946 views

2 years ago

Python Peak
Why use functools.reduce() for chaining operations? #discover the #magic of functools.reduce() in

Why use functools.reduce() for chaining operations? Reduce allows you to apply a function to a list. It combines items based ...

0:33
Why use functools.reduce() for chaining operations? #discover the #magic of functools.reduce() in

57 views

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

4 views

6 months ago

Roel Van de Paar
How can I reduce the TIme Complexity. of the python program?

How can I reduce the TIme Complexity. of the python program? Helpful? Please support me on Patreon: ...

2:33
How can I reduce the TIme Complexity. of the python program?

78 views

3 years ago

Python Peak
How to visualize array reduce function? visualizing array reduce use cases in python turtle

How to visualize array reduce function? Use Python Turtle to illustrate PHPs array_reduce. Create a symmetric and colorful ...

1:24
How to visualize array reduce function? visualizing array reduce use cases in python turtle

20 views

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

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

Nic McPhee
Using functions to reduce duplication: The pyramid example

An example of using functions to simplify a small Python program, taking from _Introduction to Computing and Programming in ...

26:28
Using functions to reduce duplication: The pyramid example

123 views

5 years ago

Apache Airflow
Reducing Costs by Maximizing Airflow and DAG Performance

Presented by John Jackson at Airflow Summit 2023. Airflow DAGs are Python code (which can pretty much do anything you want) ...

22:07
Reducing Costs by Maximizing Airflow and DAG Performance

3,253 views

2 years ago