p
y
c
h
a
l
l
e
n
g
e
r
Home
Intermediate Python
Functions III
Functions III
lambda functions
higher order functions
map
filter
NEXT
Introduction to lambda functions
LESSON
Exercise: Create lambda function I
CHALLENGE
Exercise: Create lambda function II
CHALLENGE
Exercise: Create lambda function III
CHALLENGE
Exercise: Create lambda function IV
CHALLENGE
Higher Order Functions and Map
LESSON
Exercise: Map function I
CHALLENGE
Exercise: Map function II
CHALLENGE
Exercise: Map function III
CHALLENGE
Exercise: Map function IV
CHALLENGE
Introducing The Python Filter Function
LESSON
Exercise: Filter function I
CHALLENGE
Exercise: Filter function II
CHALLENGE
Extract long words from text
CHALLENGE