In this situation, should I use Python or JSL for the main controlling script?
Now JMP can seamlessly connect with Python, and JSL and Python can call each other.I have a task:1. **Receive and extract data (py):** Every minute, use Python code to receive data from an API every 3 seconds. Extract structured data from the received data in real-time and store it in a memory array A. Immediately extract the data into another memory array B. Then, immediately clear memory array A...