Reiter

This chapter will strengthen your understanding of functions. 

This chapter has the following sections:
  • Function components, structure, creation, and call
  • Arguments and parameters in functions. How to access and pass information.
  • Arbitrary arguments when using functions
  • *Args and **kwargs examples I
  • *Args and **kwargs examples II
  • Function and program scope
  • Mutable objects and arguments
An interactive python notebook. It can be used in a jupyter instance like Google colab
These are the slides for this chapter.