There is a bit of Matlab code id like to automate with an existing Python Project (through their supplied API which only runs on python v3.4 for my particular Matlab version). The Project im trying to build it into uses python 3.6.
Is there a way in which a Python 3.6 process can call a Python 3.4 process and intercommunicate with it in a relatively non hacky way?