The best way to learn how to program is to do something useful, so this introduction to Python Dash is built around a common task: creating a Dash Board.
What is a Dash Board?
We are creating a Flask webapp that is well suited to rendering plots, graphs, and more importantly, making these things interactive.
Prerequisites
You need to understand the concepts of files and directories and how to start a Python IDE e.g. PyCharm or VSCode We will require to use a environment manager such as pip or Conda to install the Python libraries we will need
The commands in this lesson pertain to Python 3.
Getting Started
To get started, follow the directions on the “Setup” page to download data and install a Python interpreter.