This is the third part of practical for Finanial Risk managemtn course:
- Financial Risk Management Python Basics
- Financial Risk Management Return Analyses
- Financial Risk Management for Bank loan
This materials was collected, edited and tested for a Chinese University MBA course. The students do not have any computer, software and python language knowledge.
This tutorial taken from TUNE, the original 2hours online course with videos.
There are two options
- Download all Notebooks and follow the course from the course page (with embedded videos and code).
- Open the Notebooks directly using links to Colab
- You need Anaconda (with Jupyter Notebook and Python) installed (instructions on tutoral)
- Read tutorial, watch video and follow the individual notebook
- Run the python code and add your interpretation if you want
- No installations needed
- Follow the YouTube playlist YouTube course playlist
- Lessons
- Lesson 1: Introduction to Pandas
- Lesson 2: Series
- Lesson 3: Modify DataFrames and Useful functions
- Lesson 4: Visualize DataFrames - Matplotlib
- Lesson 5: Pandas-datareader
- Lesson 6: Simple Calculations - Volatility, SMA, and EMA
- Lesson 7: MACD and Stochastic Oscillator
- Lesson 8: Export to Excel