Python Programming

Department of Computing | Imperial College London

book

Lesson 10

I am Your Father

  • Chapter 1: Introduction
  • Chapter 2: Inheritance
  • Chapter 3: A variety of robots!
  • Chapter 4: More functions
  • Chapter 5: Lambda functions
    • [5.1] Lambda functions
    • [5.2] Lambda in sort()
    • [5.3] Lambda in sorted()
    • [5.4] Lambda in min()/max()
  • Chapter 6: Higher order functions
  • Chapter 7: More file handling
  • Chapter 8: Unit testing
  • Chapter 9: User-defined exceptions
  • Chapter 10: Summary

Chapter 5

Lambda functions

lambda \ˈlam-də\: the 11th letter of the Greek alphabet

Rough estimated time needed
30 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London