I'm after some more in-depth information about how the embedded python is implemented with regards to how it works when a python method is called from a CSP page. Will it run in the same Windows process? Will there be any issues with multitasking (considering python doesn't seem very good at this)? Also, is there a performance penalty to pay for running embedded python vs "using IRIS APIs from Python".  Another question is what python interpreter the embedded python is using? Is it an Intersystems one or the regular c.python? Version? Excited to go Python!