Skip to main content

Section outline

    • Session 1: Function Calls and Arguments (1.5 Hours)
      • Function arguments, return values, and scope.
    • Session 2: Modules and Packages (1.5 Hours)
      • Importing modules, working with pip, and package creation.
    • Session 3: Exception Handling (1.5 Hours)
      • Try, except, finally blocks & raising exceptions.
    • Session 4: Functional Programming (1.5 Hours)
      • List comprehension, lambda functions, map, filter, and reduce.