I want to call a python program in godot. What should I do?
The current processing method is to establish a connection between Python programs and godot through websocket.
Can I package Python programs into DLLs and then load them with gdextension?