I want write a Skype application for OS X in Swift, but that application needs the skype4com library. I find that library in Python, which works on OS X.
Is it possible to import Python code into Swift?
Best bet is probably going to be the python framework: https://developer.apple.com/library/ios/technotes/tn2328/_index.html
Also check this out, very similar to your question: How to call Python code from an existing iOS project written in Swift