About

This page contains computer files and source code (Excel, Python scripts, Jupyter notebooks, etc) that are covered in class.

EngFinancialPy Python Module

This Python Module contains all the Class and Function definitions used by all the Python code and Jupyter notebooks covered in class.

 

How to use:

  1. Download the Latest Source Code
  2. Unzip the file and copy EngFinancialPy.py to the working directory or folder where you save and execute your .py or .ipynb files.
  3. Use apporpiate import statements in your code to access the names in the module you want to use.
  4. No pip or conda install needed.
  5. See User Guide for documentation and examples from the lecture notes.

Chapter 6: Project Risk Analysis

Excel Files

Python Code and Jupyter Notebooks