Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to incorportate a different language in python code

import os
#You can use the system function to make a script of your other
#language and call that script from your python code
#Example of incorporating a shell script:
os.system(./script.sh)
 
PREVIOUS NEXT
Tagged: #incorportate #language #python #code
ADD COMMENT
Topic
Name
4+8 =