This short video will walk you through how to navigate our site and find the courses, projects and tutorial videos.
This file contains our suggested course progression to help guide you along your Digital Hub Insights journey.
This will be updated frequently as we launch new courses and projects.
In this short tutorial, we show you how to mount your Google Drive inside Colab to easily retrieve needed files that we will use often.
In our courses, we will be using Google Colab's free notebook system.
It is a great and easy to use notebook that doesn't require setting up an environment. This way we can ensure that everyone has the same experience. And all you need is a Google account.
In this primer video, we talk about how to download and use the main_functions.py file.
This file contains all of the functions that we will build throughout all of our courses. We store them in a file so that you can import them into any project, and not need to recode everything every time you need it.
In this short video, we discuss using OpenBB and the functions contained in main_functions.py. If you don't want to use Openbb; no problem. We provide you with the instructions on how to use the alternative functions in main_functions_no_openbb.py
In this tutorial, we will show you how to store API keys in Colab so that you can use them in any notebook and keep them secret.
We also show you how to retrieve data using FMP as Yahoo Finance and yfinance can be inconsistent.