Skip to content
#

clr

Here are 123 public repositories matching this topic...

denfromufa
denfromufa commented Oct 23, 2017

Based on pythonnet/pythonnet#554

> #r C:\\Python\\Python35_64b\\lib\\site-packages\\Python.Runtime.DLL
> using Python.Runtime;
> dynamic np; using (Py.GIL()) { np = Py.Import("numpy");};
> using System.Collections.Generic;
> using System.Collections;
> dynamic a = np.array(new List<float> { 1, 2, 3 });
> dynamic b = np.array(new List<float> { 6, 5, 4 }, dtype:

Improve this page

Add a description, image, and links to the clr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clr topic, visit your repo's landing page and select "manage topics."

Learn more