Working with Modules and Handling Exceptions

Learning Objective: Learn how to create generic python scripts, address errors/exceptions in code, and extract/filter content using regex.

Topics:
• Standard Libraries
• Packages and Import Statements
• Reload Function
• Important Modules in Python
• Sys Module
• Os Module
• Math Module
• Date-Time Module
• Random Module
• JSON Module
• Regular Expression
• Exception Handling
Hands-On:
• Packages and Modules
• Regular Expressio
• Errors and Exceptions – Types of Issues, and Their Remediation