Coddy logo

Explore

Categories

Programming language

Explore courses by programming language.

Course type

Learn, challenge or build your portfolio in a practice-driven way.

Level of knowledge

Choose courses tailored to your level of knowledge perfectly.

Or try to search for any course. Still can't find? let us know what are you missing!

Journey

Daily Challenge

search
Store
menu icon
Loading...Creator image

Creator

Anonymous

Python Lambda Functions

In this course you will learn about lambda functions in Python, also known as anonymous functions in other languages, after this course you will be able to master this topic!

9 Lessons

8 Challenges

Prerequisites

Knowledge in Python

Save for later

Lambdas

Introduction

Syntax

With arguments

Returned from function

With built-in Function

filter

map

More practice

Practice #1

Practice #2

Practice #3