✅ Lecture 9: Modules, Packages, & Functions

Objectives

  1. Understand how to leverage, import, and export python modules
  2. Understand how to use virtual environments to "save" modules
  3. Understand how to create and call functions

Agenda

  1. Modules & Packages
  2. Functions