Skip to content

Instantly share code, notes, and snippets.

@linkerzx
Last active December 1, 2021 22:57
Show Gist options
  • Save linkerzx/bc47300e8b45d399f657bbb2091d371f to your computer and use it in GitHub Desktop.
Save linkerzx/bc47300e8b45d399f657bbb2091d371f to your computer and use it in GitHub Desktop.
import nimpy
let np = pyImport("numpy")
let a = np.mean([1, 2, 3])
echo a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment