ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

100 results

Cours Python
5.2 Objet fonction, fonction lambda, map et filter

En Python moderne, on préfère utiliser les compréhensions de liste aux fonctions map et filter. Dans cette vidéo, nous avons vu la ...

8:43
5.2 Objet fonction, fonction lambda, map et filter

3,532 views

7 years ago

Craig Piercy
Python built-in function: map()

What is `map()`? It's a built-in Python function that applies a given function to every item in an iterable, returning a map object (an ...

5:21
Python built-in function: map()

144 views

8 months ago

Lisa DeBruine
Map and Apply

Use the map and apply functions to run functions over a range of argument values.

10:22
Map and Apply

295 views

5 years ago

Code Lab
Lambda expressions

Lambda expessions are one use calculator which can calculate multiple numbers at a time. For example:- my_nums = [1,2,3,4,5,6 ...

4:35
Lambda expressions

37 views

4 years ago

BiswasXTech
💡Powers of 2 in Python Using Lambda Function ⚡ No Loop Needed

Learn Python the Smart Way! In this quick tutorial, you'll discover how to generate powers of 2 using a sleek lambda function—no ...

10:23
💡Powers of 2 in Python Using Lambda Function ⚡ No Loop Needed

12 views

3 months ago

Neo4j
Creating and Manipulating Data-Structures (Map, Dict, Hash) with APOC (#7)

While Cypher can create and use literal maps/documents, APOC adds functions to create and update them dynamically and also ...

14:44
Creating and Manipulating Data-Structures (Map, Dict, Hash) with APOC (#7)

3,694 views

7 years ago

makingthematrix
Programming with Functions #8: Monads

Monads. The you know what. That dreaded word. Monoids in the category of endofunctors. Burritos with rules. They have a bad ...

11:47
Programming with Functions #8: Monads

1,209 views

4 years ago

The Digital Cat
Object-oriented programming in Python - Part 1 - Basic concepts

Welcome to a new series of videos on the Python programming language. This time I want to tackle OOP, Object-oriented ...

8:15
Object-oriented programming in Python - Part 1 - Basic concepts

665 views

6 years ago

makingthematrix
Programming with Functions #5 - Immutability

Immutability and pączki. And how do you think, where is the border? Where do you decide that enough is enough and reach for ...

12:42
Programming with Functions #5 - Immutability

938 views

4 years ago

weecology
Introduction to Repeating Things in R: Apply Functions

We'll learn the 'apply' family of functions since they're really common but the map function is very similar and just a sort of tidy ...

8:39
Introduction to Repeating Things in R: Apply Functions

1,286 views

5 years ago

Data Analytics Ireland
How to Pass Multiple Lists to a Function And Compare

Are you using Python and wondering how to pass multiple lists to a function and compare the data? Here we have some code that ...

8:34
How to Pass Multiple Lists to a Function And Compare

1,402 views

3 years ago

Cours Python
5.1 Itérable, itérateur, itération

Cette semaine, nous allons voir deux autres notions clés en Python: la notion d'itérateur et d'espace de nommage. Les itérateurs ...

10:44
5.1 Itérable, itérateur, itération

5,098 views

7 years ago

J David Eisenberg
Chapter 2: Arithmetic operations in Python

A summary of arithmetic and order of operations.

6:17
Chapter 2: Arithmetic operations in Python

419 views

7 years ago

parlough
How to Iterate over Keys and Values in a Java Map

Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video ...

5:45
How to Iterate over Keys and Values in a Java Map

99 views

4 years ago

Machine Learning Practice
For Loops with Zip

Zip adds functionality that allows us to pair up elements from two or more lists (combined elements are "tuples"). We can then ...

6:26
For Loops with Zip

222 views

3 years ago

J David Eisenberg
Chapter 10: Nested Lists

Working with lists inside lists.

6:50
Chapter 10: Nested Lists

1,033 views

7 years ago

COMPUTER & EXCEL SOLUTION
Predefined function filter in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

4:41
Predefined function filter in Python@COMPUTEREXCELSOLUTION

27 views

3 years ago

Edi Walger
F*cking Hue vs Sat in HSV model (EN subs)

How to quickly create a "Hue versus Sat" curve, but in HSV model. 00:00 Intro 1:00 Creating a Hue ramp 3:45 The "Divide ...

18:30
F*cking Hue vs Sat in HSV model (EN subs)

2,139 views

3 years ago

Neo4j
Manipulate List or Array Data Structures with APOC (#9)

Cypher has already great support for lists and collections, including collect aggregations, list comprehensions and more. APOCs ...

19:31
Manipulate List or Array Data Structures with APOC (#9)

2,411 views

7 years ago

NPTEL IIT Bombay
Lecture 10 : Functions Part 2 : Examples

Functions Part 2 : Examples.

17:27
Lecture 10 : Functions Part 2 : Examples

9,870 views

6 years ago