Coddy logo

Login

menu icon
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!

lesson Small icon

9 Lessons

challenge Small icon

8 Challenges

Prerequisites

Knowledge in Python

bookmark iconSave for later

Lambdas

Introduction

Syntax

With arguments

Returned from function

With built-in Function

filter

map

More practice

Practice #1

Practice #2

Practice #3