-
说明
尝试翻译Cython Documentation以助学习。
水平有限,乐迎指正;文档首页:《Cython官方文档中文翻译》
本文是目录,每条目录有两部分内容:英文+中文(仅已翻译的有);
其英文附有原来链接;中文附有中文文章链接。
-
Basic Tutorial >>><<< 初级教程
- The Basics of Cython >>><<< Cython基础
- Cython Hello World >>><<< Cython实现Hello World
- Fibonacci Fun >>><<< 斐波那契(Fibonacci)的乐趣
- Primes >>><<< 质数
- Primes with C++ >>><<< 用C++计算质数
- Language Details >>><<< 语言细节
-
Calling C functions >>><<< 调用C函数
- Dynamic linking >>><<< 动态链接
- External declarations >>><<< 其他声明
- Naming parameters >>><<< 命名参数
-
- Python string types in Cython code
- String literals
- General notes about C strings
- Passing byte strings
- Accepting strings from Python code
- Dealing with “const”
- Decoding bytes to text
- Encoding text to bytes
- C++ strings
- Auto encoding and decoding
- Source code encoding
- Single bytes and characters
- Narrow Unicode builds
- Iteration
- Windows and wide character APIs
-
References
来源:CSDN
作者:Quant_Learner
链接:https://blog.csdn.net/The_Time_Runner/article/details/103641793