When you add a data app (Python script) in Peliqan, you can choose between 2 view modes:
- Code
- Flows
Code will show you a “classic” IDE where you write your Python code.
Flows allows you to organize your code in blocks that are represented in a visual manner as a workflow. This provides a visual overview of the structure of your code, and is a great way to write templates that will be used by e.g. other members of your team.
Each block in the flow provides a certain logic and/or contains part of your Python code.