Using Python Lambda Functions
Python and other languages like Java, C#, and even C++ have had lambda functions added to their syntax, whereas languages like LISP or the ML family of languages, Haskell, OCaml, and F#, use lambdas as a core concept. Python lambdas are little, anonymous functions, subject to a more restrictive but more concise syntax than regular Python functions.
By the end of this course, you’ll know:
- How Python lambdas came to be
- How lambdas compare with regular function objects
- How to write lambda functions
- Which functions in the Python standard library leverage lambdas
- When to use or avoid Python lambda functions
This course is mainly for intermediate to experienced Python programmers, but it is accessible to any curious minds with interest in programming. All the examples included in this tutorial have been tested with Python 3.7.
What’s Included:
- 11 Lessons
- Video Subtitles and Full Transcripts
- 1 Downloadable Resource
- Accompanying Text-Based Tutorial
- Interactive Quiz to Check Your Progress
- Q&A With Python Experts: Ask a Question
- Certificate of Completion
Downloadable Resources:
Related Learning Paths:
Using Python Lambda Functions
11 Lessons 40m
- 1. Python Lambda Functions: Introduction00:26
- 2. What Is a Lambda Function?01:59
- 3. Where Are Lambda Functions Useful?01:32
- 4. Your First Lambda Functions03:42
- 5. How to Use Lambda With the .sort() Method07:28
- 6. How to Use the filter() Function06:09
- 7. How to utilize the map() Function05:12
- 8. How to Use the reduce() Function04:54
- 9. How to Test Lambda Functions02:24
- 10. Python Lambda Functions (Quiz)06:00
- 11. Python Lambda Functions (Summary)00:37
AboutDarren Jones
With 20 years as a teacher of music technology, Darren is keen to bring his skills to the Python table.
» More about DarrenParticipant Comments
cottonbytes
Nice! Well explained! Thanks!
Ariadna
Great course!! Very clear!!
Mallesham Yamulla
Many thanks for the tutorial, and I’m highly recommending this tutorials to the audience who would like brush up their knowledge on writing lambda function.
john09
Very nice. Have seen “lambda” keyword and used it a little, not knowing exactly what’s going on. Great explanation.











