Data Science for Venture Capital
This course introduces data science applications for venture capital. Python Difficulty: Intermediate Python Libraries Used: numpy, pandas, folium, Github Repository
Advanced Plotting
This course teaches a few advanced concepts in matplotlib, namely subplots, 3D plotting and animation. Prerequisites: Python Primer Python Difficulty: Intermediate Python Libraries Used:…
cadCAD Bond Simulations
This course teaches the new cadCAD library in an application to simulating bond portfolio outcomes. In this tutorial, we will work through some basics,…
Interactive Options Part 1
This course is an expansion on the Options Part 1 course. We build out interactive dashboards for the Black-Scholes model, the binomial model as…
Introduction to ipywidgets
In this course we are going to learn the basics of ipywidgets which is a library that allows the user to build an interactive…
Options Part 1
This course is a first course on options. We first explore what options are and their payoffs. Then we begin working with the binomial…
Introductory SQL
This course introduces how to use SQL with Python. Using sqlite3, we will work through basic functionality. Prerequisites: Python Primer Python Difficulty: Beginner Python…
Excel Report Automation
This course is an introduction into creating automated excel reports. Using openpyxl, you will learn how to manipulate excel sheets and create one click…