Coddy logo
Store
Leaderboard
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