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
    • [4.1] any/all
    • [4.2] Arbitrary number of function arguments
    • [4.3] Arbitrary number of keyword arguments
    • [4.4] Positional-only and keyword-only arguments
  • Chapter 5: Lambda functions
  • Chapter 6: Higher order functions
  • Chapter 7: More file handling
  • Chapter 8: Unit testing
  • Chapter 9: User-defined exceptions
  • Chapter 10: Summary

Chapter 4

More functions

Rough estimated time needed
10 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London