How to Import Python Modules in Server Side Swift
When I was developing Perfect-TensorFlow: an open sourced Swift language binding for Google’s TensorFlow, an idea just popped out: is it possible to directly “borrow” some Python modules into Swift code? I was scared a bit firstly by my own…