Skip to content
/ fa4tp Public

Resources from NANOG 96 talk "Financial Analysis for Technical Professionals"

Notifications You must be signed in to change notification settings

barriejc/fa4tp

Repository files navigation

Files: Financial Analysis for Technical Professionals

Sheet

The presentation model was created in Google Sheets and can be viewed (and downloaded for your reference) here:

N96 FA4TP Example Sheet

There are also exports to .xlsx and .ods here that may or may not work well. Importing the .xlsx back to Mac Numbers, for one thing, did not preserve a few formulas, and the chart looks really weird. If the Montserrat font is not already installed locally, that may also be an issue for both the linked sheet and the exports.

Python

These scripts assume certain libraries are installed, so running it in the supplied virtual environment is recommended unless you prefer to install them yourself. ==Note: if you plan to make changes and want to preserve them for youself, fork this repo first and then use your new fork URL in step 1 below instead.==

  1. Clone the git archive from the directory on your machine where you want these files to reside:
    git clone git@github.com:barriejc/fa4tp.git
  1. cd to that directory, activate the venv, and install according to the requirements:
    python3 -m venv virt
    source virt/bin/activate
    pip install --upgrade pip
    pip install -r requirements.txt

About

Resources from NANOG 96 talk "Financial Analysis for Technical Professionals"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages