Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Learn Python LAMBDA in 6 minutes! ๐Ÿšฎ
Play lesson

Python tutorial for beginners ๐Ÿ - Learn Python LAMBDA in 6 minutes! ๐Ÿšฎ

4.0 (0)
8 learners

What you'll learn

This course includes

  • 14.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

# Lambda function = A small anonymous function for a one time use (throw away function) # They take any number of arguments, but have only 1 expression # Helps keep the namespace clean and is useful with higher-order functions # 'sort()', 'map()', 'filter()', 'reduce()' # lambda parameters: expression

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere