ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

196 results

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

Artefisual
⚙️ ¿Qué es el Cálculo Lambda?

El cálculo Lambda fue una herramienta inventada en 1930 para describir con simpleza los elementos principales de la ...

5:42
⚙️ ¿Qué es el Cálculo Lambda?

18,746 views

3 years ago

Code With Divya
Calling an AWS Lambda function from Spring Boot REST API made easy

In this video, I will demonstrate how to call an AWS Lambda function of my AWS console from a Spring Boot app. I will do all the ...

14:31
Calling an AWS Lambda function from Spring Boot REST API made easy

477 views

1 year ago

timClicks
Rust on AWS Lambda Quickstart

Get your first Rust-based Lambda function live in less than 5 minutes. Resources: - Rust in the AWS Developer Center: ...

6:07
Rust on AWS Lambda Quickstart

3,621 views

2 years ago

NPTEL IIT Bombay
Lecture 14 : Advanced  Features of  Functions Part 2 : Lambda expressions

Advanced Features of Functions Part 2 : Lambda expressions.

15:13
Lecture 14 : Advanced Features of Functions Part 2 : Lambda expressions

5,684 views

6 years ago

The Beauty and Joy of Computing
[BJC.4x] HOFs  Part 1 : Why? Basics Part 1

So by putting this as a lambda, it's like we have this agreement that that's a function as data there. 100 square is the rest of the title, ...

8:41
[BJC.4x] HOFs Part 1 : Why? Basics Part 1

48 views

4 years ago

Chris Potts
Linguist 130a - Semantic composition 1: Technical preliminaries

A review of notation for functions, the characteristic set/function correspondence, and function application. These concepts are ...

5:19
Linguist 130a - Semantic composition 1: Technical preliminaries

1,830 views

10 years ago

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

Dans cette vidéo, nous allons parler des fonctions lambda, nous allons expliquer que les fonctions étant des objets, on peut les ...

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

3,536 views

7 years ago

DigiLing
DigiLing - Introduction to Python for Linguists - Unit 11.6

We can also sort our dictionary with the function "sorted". So, "print... ...sorted... ... D 2... ...items... ...key, equal sign,... ...lambda... ...x ...

7:20
DigiLing - Introduction to Python for Linguists - Unit 11.6

268 views

7 years ago

Davishahl Numerical Methods
NM3-4 Passing Parameters for Function Evaluations
12:25
NM3-4 Passing Parameters for Function Evaluations

246 views

8 years ago

Dan Kornas
Python Programming Fundamentals | Python Functions

You'll also learn about more advanced topics like recursion, lambda functions, and handling variable-length arguments. By the ...

11:28
Python Programming Fundamentals | Python Functions

391 views

1 year ago

La Vida Lambda
Rewriting a 1985 BASIC Program in Haskell

This video describes some of my work in re-writing MTLSTATS in Haskell, a hockey statistics tracking program originally written by ...

19:14
Rewriting a 1985 BASIC Program in Haskell

92 views

6 years ago

The Beauty and Joy of Computing
[BJC.4x] HOFs Part 5 : Tools and Demo Part 2

There I just made a function. I made an anonymous function. There's no name. I'm going to make this guy small so I have more ...

10:23
[BJC.4x] HOFs Part 5 : Tools and Demo Part 2

20 views

4 years ago

Davishahl Numerical Methods
NM5-3 N R with FD Jacobian
6:02
NM5-3 N R with FD Jacobian

310 views

8 years ago

Craig Piercy
Python built-in function: filter()

In this video, we will discuss the function: exec() Hi Python enthusiasts! In today's video, we're diving into Python's `exec()` ...

4:06
Python built-in function: filter()

243 views

10 months ago

Filip Hráček
Dart 2.15: What's new

Dart 2.15 brings fast concurrency with worker isolates, a new constructor tear-off language feature, improved enum support in the ...

14:04
Dart 2.15: What's new

17,438 views

4 years ago

Christian Drumm
Python for Beginners - Week 5 Unit 2 - Returning results from functions

As you have already seen the first unit, function is defined using the keyword def, and then the content of the function is indented.

7:40
Python for Beginners - Week 5 Unit 2 - Returning results from functions

81 views

1 year ago

haskelling
Haskelling the Advent of Code 2021 - Day 18

In this series, I'll be attempting to complete the 2021 Advent of Code in the Haskell programming language. This video solves the ...

6:22
Haskelling the Advent of Code 2021 - Day 18

79 views

4 years ago

haskelling
Haskelling the Advent of Code 2020 - Day 15

In this series, I'll be attempting to complete the 2020 Advent of Code in the Haskell programming language. 00:00 Retrospective of ...

12:03
Haskelling the Advent of Code 2020 - Day 15

140 views

5 years ago

Davishahl Numerical Methods
NM5-2 NRSys in MATLAB
6:53
NM5-2 NRSys in MATLAB

381 views

8 years ago

haskelling
Haskelling the Advent of Code 2020 - Day 11

In this series, I'll be attempting to complete the 2020 Advent of Code in the Haskell programming language. 00:00 A quick ...

9:27
Haskelling the Advent of Code 2020 - Day 11

189 views

5 years ago

Davishahl Numerical Methods
NM3-5 Varargin Example
9:50
NM3-5 Varargin Example

721 views

8 years ago

haskelling
Haskelling the Advent of Code 2020 - Day 17

In this series, I'll be attempting to complete the 2020 Advent of Code in the Haskell programming language. 00:00 Retrospective of ...

11:44
Haskelling the Advent of Code 2020 - Day 17

143 views

5 years ago

Craig Piercy
Python built-in function: map()

Here, `map()` applies the lambda function to square each number in the list, and the result is converted to a list using `list()`.

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

144 views

8 months ago