When writing the fsharp module, I realized the need to make a python script call. - It is impossible to switch my fsharp module to python, it will break the infrastructure created - It is impossible to move the python functionality to fsharp, since it would be impossible to convert all the nuances / efficiency of the code.
Any recommendations on how to call a python script from the fsharp module by passing a couple of parameters (string values) and returning the response of the string value?
source share