ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,406 results

CampusX
Lambda Functions in Python | Map, Filter and Reduce | Higher Order Functions in Python

In this tutorial, we delve into the world of anonymous functions and explore how Lambda functions streamline your code.

34:58
Lambda Functions in Python | Map, Filter and Reduce | Higher Order Functions in Python

53,561 views

4 years ago

Raz Voicu
Python-Higher-Order-Programming-Optional
1:27:01
Python-Higher-Order-Programming-Optional

59 views

8 years ago

CppNow
C++Now 2019: Vittorio Romeo “Higher-order functions and `function_ref`”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:35:34
C++Now 2019: Vittorio Romeo “Higher-order functions and `function_ref`”

2,191 views

6 years ago

Raz Voicu
python higher order programming
1:27:01
python higher order programming

18 views

7 years ago

CampusX
Session 6 - Functions in Python | Data Science Mentorship Program(DSMP) 2022-23

... a function 01:49:14 - lambda function 01:52:17 - difference btw lambda vs Normal func 01:56:26 - higher order function 02:01:19 ...

2:15:47
Session 6 - Functions in Python | Data Science Mentorship Program(DSMP) 2022-23

125,279 views

Streamed 3 years ago

Instituto de Informatica UACh
[INFO188-2020] Clase 07 - Higher Order Functions (parte 1)

Contenidos: 0:00:00 Motivación 0:01:04 Higher Order Functions (HOF) 0:03:51 Funciones 'curried' 0:21:20 Función como ...

1:11:50
[INFO188-2020] Clase 07 - Higher Order Functions (parte 1)

198 views

5 years ago

Roel Van de Paar
Code Review: Higher order functions in Python using reduce technique (2 Solutions!!)

Code Review: Higher order functions in Python using reduce technique Helpful? Please support me on Patreon: ...

3:19
Code Review: Higher order functions in Python using reduce technique (2 Solutions!!)

0 views

3 years ago

EuroPython Conference
Carlos Villavicencio - Functional Programming inside OOP? It’s possible with Python

Functional Programming inside OOP? It's possible with Python [EuroPython 2021 - Talk - 2021-07-28 - Optiver] [Online] By Carlos ...

26:38
Carlos Villavicencio - Functional Programming inside OOP? It’s possible with Python

775 views

4 years ago

src7cse
Python functions  First Oder  normal, recursion decorator, lamda map filter etc #python #src7cse

This enables the creation of higher-order functions, which either take functions as arguments or return them. With this power, we ...

8:21
Python functions First Oder normal, recursion decorator, lamda map filter etc #python #src7cse

55 views

4 months ago

Philip Bohun
First Class Functions

A short example of first class functions which includes passing a function as an argument to a function, building and returning a ...

1:50
First Class Functions

230 views

10 years ago

EuroPython Conference
Scott Irwin - A Hitchhiker’s Guide to functools

A Hitchhiker's Guide to functools [EuroPython 2021 - Talk - 2021-07-29 - Brian] [Online] By Scott Irwin One of the concepts we ...

33:27
Scott Irwin - A Hitchhiker’s Guide to functools

3,036 views

4 years ago

Roel Van de Paar
Code Review: Application of higher-order function in Python (2 Solutions!!)

Code Review: Application of higher-order function in Python Helpful? Please support me on Patreon: ...

3:21
Code Review: Application of higher-order function in Python (2 Solutions!!)

20 views

3 years ago

Data Engineering with Satyam
Python Class 23 Higher Order Functions

In this you will learn the concept of higher order functions in Python how a function returns a function as its return value. #hadoop ...

14:33
Python Class 23 Higher Order Functions

17 views

2 years ago

softwarecarpentry
Python - Episode 9 - First Class Functions

Welcome to the Software Carpentry lecture on Python. In this episode, we'll take a closer look at some things you can do with ...

8:02
Python - Episode 9 - First Class Functions

4,206 views

14 years ago

The Debug Zone
Does Function Order Matter in Python? Understanding Script Execution

In this video, we delve into the intriguing world of Python programming to explore a fundamental question: Does the order of ...

3:04
Does Function Order Matter in Python? Understanding Script Execution

12 views

1 year ago

Dave Sexton
Orders Of Generalization Part 1

BASIC to Procedural, Procedural to Higher-Order Functions.

38:05
Orders Of Generalization Part 1

53 views

8 years ago

GKCodeLabs
When to use Higher Order Function in SPARK? | Scala & Scala

Hi All, In this video, I have explained where you can use SCALA concepts like Higher-order function in big data or SPARK ...

17:32
When to use Higher Order Function in SPARK? | Scala & Scala

2,738 views

4 years ago

The Debug Zone
How to Identify Pure Functions in Python: A Comprehensive Guide

In this video, we delve into the concept of pure functions in Python, a fundamental principle in functional programming.

2:50
How to Identify Pure Functions in Python: A Comprehensive Guide

0 views

2 months ago

Isaac Harris-Holt
You don't need loops

... Replacing loop constructs 05:47 - Handling errors in recursive functions 07:14 - Higher-Order Functions, or 'Why you don't need ...

10:20
You don't need loops

15,721 views

1 year ago

masterspark
Higher Order Functions 1 (HD)

ตัวอย่าง higher order function ที่รับฟังก์ชันเป็นข้อมูลนำเข้า.

13:20
Higher Order Functions 1 (HD)

633 views

14 years ago

DevConf
Pythonic FuncProg: List comprehensions - DevConf.CZ 2023

Speaker(s): Matheus Boy Functional programming isn't a niche programming paradigm anymore, with React supporting function ...

14:41
Pythonic FuncProg: List comprehensions - DevConf.CZ 2023

60 views

2 years ago

Swifticious
Programacion funcional en Swift: Funciones de alto nivel o Higher order functions

En esta sesión de Swifticious abordamos las funciones de alto nivel mas populares en Swift y su directa relación con la ...

34:06
Programacion funcional en Swift: Funciones de alto nivel o Higher order functions

376 views

6 years ago

Roel Van de Paar
Software Engineering: How should I document a higher-order Python function?

Software Engineering: How should I document a higher-order Python function? Helpful? Please support me on Patreon: ...

2:07
Software Engineering: How should I document a higher-order Python function?

0 views

3 years ago

OliverTutors
Python for Real People: Part 1 of 3

This is the first video in my 3 part series: Introduction to Python for Real People. In this video, we go over Python programming for ...

9:22
Python for Real People: Part 1 of 3

38 views

4 months ago

Isaac Harris-Holt
Learn recursion with Gleam

The first 500 people to use my link https://skl.sh/isaacharrisholt12241 will get a 1 month free trial of Skillshare! Recursion is a ...

14:34
Learn recursion with Gleam

6,280 views

1 year ago