• Free

Tutorials and Instructions

  • Course
  • 8 Lessons

This section provides information about navigating our site, the suggested course progression, and other materials to help guide you along your journey with us.

Contents

Site Navigation Primer

This short video will walk you through how to navigate our site and find the courses, projects and tutorial videos.

Site Navigation Primer

Curriculum and Suggested Course Progression

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.

Course Road Map

Integrating Google Drive

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.

Integrating Google Drive

Google Colab Primer

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.

Google Colab Primer

Main Functions Python File Primer

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.

Main Functions Python File Primer

About OpenBB

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

About OpenBB
Retrieving Prices in All Notebooks

Storing API Keys in Colab and Using FMP

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.

How to Store API Keys in Colab and Use FMP