I need help with one question. I would like to run an external executable written in fortran which provides one of the inputs inside a python code. Is it possible to run that exe inside python script?
Thanks, Ibe
|
|
Use the subprocess module. E.g:
|
|||
|
|
|
Look into os.system and related Python stuff. SO is a good place to ask related questions. |
|||||||
|