79592095

Date: 2025-04-25 08:20:34
Score: 1.5
Natty:
Report link

The idea is to take service-oriented approach. You have Angular frontend application to serve the pages and a backend application (using one of the above frameworks you choose) to serve the Python code. When required to execute the Python code, some action on your Angular application would call an API served by your backend. This API will point to some form of method where you can run your Python code as necessary, and serve back either the visualization itself or any data as a blob/json response that Angular can read/consume.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Champion Recap