-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.txt
21 lines (16 loc) · 1.05 KB
/
resources.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
https://stackoverflow.com/questions/3286448/calling-a-python-method-from-c-c-and-extracting-its-return-value
https://stackoverflow.com/questions/48849047/replacing-pystring-fromstring-method-in-python-3
https://stackoverflow.com/questions/59062047/how-to-use-cmake-to-link-the-numpy-arrayobject-h
https://stackoverflow.com/questions/46493307/embed-python-numpy-in-c
https://www.coveros.com/calling-python-code-from-c/
https://docs.python.org/3/c-api/intro.html
https://docs.python.org/3/extending/extending.html
https://numpy.org/doc/stable/user/c-info.how-to-extend.html
https://numpy.org/doc/stable/user/c-info.html
https://stackoverflow.com/questions/30357115/pyarray-simplenewfromdata-example
https://numpy.org/doc/1.17/reference/c-api.dtype.html
https://het.as.utexas.edu/HET/Software/Numpy/reference/c-api.array.html
https://docs.python.org/3/c-api/init.html
https://pythonextensionpatterns.readthedocs.io/en/latest/refcount.html
https://docs.python.org/3/c-api/refcounting.html
https://www.boost.org/doc/libs/1_63_0/libs/python/doc/html/numpy/tutorial/ndarray.html