If anyone is ever interested in calling python from swift, here is some useful stuff I found (used) -
Most of them are designed for Objective-c, but if you need to use swift, you can just create an ObjC-Swift bridge (super super super) - find apple documents
I managed to get the first two methods of working with the OS X application, but I got some architecture errors for iOS (not important). At the moment, I dropped the project, I have a ton that I need to do.
Hope this will be useful for anyone interested :-)
Shaun source share