Hacker News new | ask | show | jobs
by orbifold 2650 days ago
In Swift you can just write

import Python

var np = Python.import(“numpy”)

And can then use numpy as you would normally. Same goes for plotting.