Answer: Learning Objective: In this module, you will learn how to create generic python scripts, how to address errors/exceptions in code, and finally how to extract/filter content using regex. Topics: Functions Function Parameters Global variables Variable scope and Returning Values Lambda Functions Object Oriented Concepts Standard Libraries Modules Used in Python (OS, Sys, Date and Time etc.) The Import statements Module search path Package installation ways Errors and Exception Handling Handling multiple exceptions Hands-On: Functions - syntax, arguments, keyword arguments, return values Lambda - features, syntax, options, compared with the functions Sorting - sequences, dictionaries, limitations of sorting Errors and exceptions - types of issues, remediation Packages and module - modules, import options, sys path