A Dashboard is a useful tool to present data for reporting and exploration. The added value is that a dashboard can be interactive.
Python has several frameworks to easily create dashboards, and you will learn about their relative strengths and weaknesses based on some real-world use cases.
Learning Objectives:
When you complete this training you will
- be able to create simple dashboards for reporting purposes;
- be able to create simple web applications;
- learn how to deploy dashboards on Github;
- learn how to deploy web application on streamlit.io;
- learn how to deploy a web application on Amazon EC2;
- know which libraries and frameworks to choose depending on your project requirements;