Skip to content

Commit ecd8244

Browse files
committed
update ctypes detail link
1 parent a22a067 commit ecd8244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ MapReduce 框架和库。
10031003
使用外来函数接口的库。
10041004

10051005
* cffi:用来调用 C 代码的外来函数接口。[官网](https://pypi.python.org/pypi/cffi)
1006-
* ctypes:(Python 标准库) 用来调用 C 代码的外来函数接口。[官网](https://docs.python.org/2/library/ctypes.html)
1006+
* [ctypes](http://hao.jobbole.com/ctypes/):(Python 标准库) 用来调用 C 代码的外来函数接口。[官网](https://docs.python.org/2/library/ctypes.html)
10071007
* PyCUDA:Nvidia CUDA API 的封装。[官网](https://mathema.tician.de/software/pycuda/)
10081008
* SWIG:简化的封装和接口生成器。[官网](http://www.swig.org/Doc1.3/Python.html)
10091009

0 commit comments

Comments
 (0)