Python Functional Programming

11:32 min total

Welcome to this video on Python Functions! A function is just a block of code that only runs when it is called. This video contains the following topics of functions:

  • Function initialization and creation
  • Function parameters
  • Function features

Since functions are a group of code statements that performs some tasks, writing great functions can help break out the program into smaller, modular pieces and make your code more readable.