Advertisement

Cython官方文档中文翻译

阅读量:

Cython Documentation

尝试翻译Cython Documentation以助学习。

水平有限,乐迎指正。

本文是目录,每条目录有两部分内容:英文+中文(仅已翻译的有);

其英文附有原来链接;中文附有中文文章链接。

Cython project homepage

Getting Started >>><<< 开始

复制代码
* [Cython - an overview](http://docs.cython.org/en/latest/src/quickstart/overview.html) >>><<< [Cython概览]()
* [Installing Cython](http://docs.cython.org/en/latest/src/quickstart/install.html) >>><<< [安装Cython]()
* [Building Cython code](http://docs.cython.org/en/latest/src/quickstart/build.html) >>><<< [构建Cython代码]()
* [Faster code via static typing](http://docs.cython.org/en/latest/src/quickstart/cythonize.html) >>><<< [通过静态类型加速代码]()

Tutorials >>><<< 教程

复制代码
* [Basic Tutorial](http://docs.cython.org/en/latest/src/tutorial/cython_tutorial.html) >>><<< [初级教程]()
* [Calling C functions](http://docs.cython.org/en/latest/src/tutorial/external.html) >>><<< [调用C函数]()
* [Using C libraries](http://docs.cython.org/en/latest/src/tutorial/clibraries.html) >>><<< [使用C库]()
* [Extension types (aka. cdef classes)](http://docs.cython.org/en/latest/src/tutorial/cdef_classes.html)
* [pxd files](http://docs.cython.org/en/latest/src/tutorial/pxd_files.html)
* [Caveats](http://docs.cython.org/en/latest/src/tutorial/caveats.html)
* [Profiling](http://docs.cython.org/en/latest/src/tutorial/profiling_tutorial.html)
* [Unicode and passing strings](http://docs.cython.org/en/latest/src/tutorial/strings.html)
* [Memory Allocation](http://docs.cython.org/en/latest/src/tutorial/memory_allocation.html)
* [Pure Python Mode](http://docs.cython.org/en/latest/src/tutorial/pure.html)
* [Working with NumPy](http://docs.cython.org/en/latest/src/tutorial/numpy.html)
* [Working with Python arrays](http://docs.cython.org/en/latest/src/tutorial/array.html)
* [Further reading](http://docs.cython.org/en/latest/src/tutorial/readings.html)
* [Related work](http://docs.cython.org/en/latest/src/tutorial/related_work.html)
* [Appendix: Installing MinGW on Windows](http://docs.cython.org/en/latest/src/tutorial/appendix.html)

Users Guide

复制代码
* [Language Basics](http://docs.cython.org/en/latest/src/userguide/language_basics.html)
* [Extension Types](http://docs.cython.org/en/latest/src/userguide/extension_types.html)
* [Special Methods of Extension Types](http://docs.cython.org/en/latest/src/userguide/special_methods.html)
* [Sharing Declarations Between Cython Modules](http://docs.cython.org/en/latest/src/userguide/sharing_declarations.html)
* [Interfacing with External C Code](http://docs.cython.org/en/latest/src/userguide/external_C_code.html)
* [Source Files and Compilation](http://docs.cython.org/en/latest/src/userguide/source_files_and_compilation.html)
* [Early Binding for Speed](http://docs.cython.org/en/latest/src/userguide/early_binding_for_speed.html)
* [Using C++ in Cython](http://docs.cython.org/en/latest/src/userguide/wrapping_CPlusPlus.html)
* [Fused Types (Templates)](http://docs.cython.org/en/latest/src/userguide/fusedtypes.html)
* [Porting Cython code to PyPy](http://docs.cython.org/en/latest/src/userguide/pypy.html)
* [Limitations](http://docs.cython.org/en/latest/src/userguide/limitations.html)
* [Differences between Cython and Pyrex](http://docs.cython.org/en/latest/src/userguide/pyrex_differences.html)
* [Typed Memoryviews](http://docs.cython.org/en/latest/src/userguide/memoryviews.html)
* [Implementing the buffer protocol](http://docs.cython.org/en/latest/src/userguide/buffer.html)
* [Using Parallelism](http://docs.cython.org/en/latest/src/userguide/parallelism.html)
* [Debugging your Cython program](http://docs.cython.org/en/latest/src/userguide/debugging.html)
* [Cython for NumPy users](http://docs.cython.org/en/latest/src/userguide/numpy_tutorial.html)
* [Pythran as a Numpy backend](http://docs.cython.org/en/latest/src/userguide/numpy_pythran.html)
* [Indices and tables](http://docs.cython.org/en/latest/src/userguide/index.html#indices-and-tables)

Cython Changelog

复制代码
* [3.0.0 (2019-??-??)](http://docs.cython.org/en/latest/src/changes.html#id1)
* [0.29.14 (2019-11-01)](http://docs.cython.org/en/latest/src/changes.html#id2)
* [0.29.13 (2019-07-26)](http://docs.cython.org/en/latest/src/changes.html#id5)
* [0.29.12 (2019-07-07)](http://docs.cython.org/en/latest/src/changes.html#id8)
* [0.29.11 (2019-06-30)](http://docs.cython.org/en/latest/src/changes.html#id10)
* [0.29.10 (2019-06-02)](http://docs.cython.org/en/latest/src/changes.html#id12)
* [0.29.9 (2019-05-29)](http://docs.cython.org/en/latest/src/changes.html#id14)
* [0.29.8 (2019-05-28)](http://docs.cython.org/en/latest/src/changes.html#id16)
* [0.29.7 (2019-04-14)](http://docs.cython.org/en/latest/src/changes.html#id18)
* [0.29.6 (2019-02-27)](http://docs.cython.org/en/latest/src/changes.html#id20)
* [0.29.5 (2019-02-09)](http://docs.cython.org/en/latest/src/changes.html#id22)
* [0.29.4 (2019-02-01)](http://docs.cython.org/en/latest/src/changes.html#id24)
* [0.29.3 (2019-01-19)](http://docs.cython.org/en/latest/src/changes.html#id26)
* [0.29.2 (2018-12-14)](http://docs.cython.org/en/latest/src/changes.html#id28)
* [0.29.1 (2018-11-24)](http://docs.cython.org/en/latest/src/changes.html#id30)
* [0.29 (2018-10-14)](http://docs.cython.org/en/latest/src/changes.html#id32)
* [0.28.6 (2018-11-01)](http://docs.cython.org/en/latest/src/changes.html#id36)
* [0.28.5 (2018-08-03)](http://docs.cython.org/en/latest/src/changes.html#id38)
* [0.28.4 (2018-07-08)](http://docs.cython.org/en/latest/src/changes.html#id40)
* [0.28.3 (2018-05-27)](http://docs.cython.org/en/latest/src/changes.html#id42)
* [0.28.2 (2018-04-13)](http://docs.cython.org/en/latest/src/changes.html#id44)
* [0.28.1 (2018-03-18)](http://docs.cython.org/en/latest/src/changes.html#id48)
* [0.28 (2018-03-13)](http://docs.cython.org/en/latest/src/changes.html#id50)
* [0.27.3 (2017-11-03)](http://docs.cython.org/en/latest/src/changes.html#id54)
* [0.27.2 (2017-10-22)](http://docs.cython.org/en/latest/src/changes.html#id56)
* [0.27.1 (2017-10-01)](http://docs.cython.org/en/latest/src/changes.html#id58)
* [0.27 (2017-09-23)](http://docs.cython.org/en/latest/src/changes.html#id62)
* [0.26.1 (2017-08-29)](http://docs.cython.org/en/latest/src/changes.html#id66)
* [0.26 (2017-07-19)](http://docs.cython.org/en/latest/src/changes.html#id69)
* [0.25.2 (2016-12-08)](http://docs.cython.org/en/latest/src/changes.html#id73)
* [0.25.1 (2016-10-26)](http://docs.cython.org/en/latest/src/changes.html#id75)
* [0.25 (2016-10-25)](http://docs.cython.org/en/latest/src/changes.html#id78)
* [0.24.1 (2016-07-15)](http://docs.cython.org/en/latest/src/changes.html#id81)
* [0.24 (2016-04-04)](http://docs.cython.org/en/latest/src/changes.html#id83)
* [0.23.5 (2016-03-26)](http://docs.cython.org/en/latest/src/changes.html#id86)
* [0.23.4 (2015-10-10)](http://docs.cython.org/en/latest/src/changes.html#id87)
* [0.23.3 (2015-09-29)](http://docs.cython.org/en/latest/src/changes.html#id89)
* [0.23.2 (2015-09-11)](http://docs.cython.org/en/latest/src/changes.html#id92)
* [0.23.1 (2015-08-22)](http://docs.cython.org/en/latest/src/changes.html#id94)
* [0.23 (2015-08-08)](http://docs.cython.org/en/latest/src/changes.html#id96)
* [0.22.1 (2015-06-20)](http://docs.cython.org/en/latest/src/changes.html#id101)
* [0.22 (2015-02-11)](http://docs.cython.org/en/latest/src/changes.html#id103)
* [0.21.2 (2014-12-27)](http://docs.cython.org/en/latest/src/changes.html#id107)
* [0.21.1 (2014-10-18)](http://docs.cython.org/en/latest/src/changes.html#id109)
* [0.21 (2014-09-10)](http://docs.cython.org/en/latest/src/changes.html#id113)
* [0.20.2 (2014-06-16)](http://docs.cython.org/en/latest/src/changes.html#id117)
* [0.20.1 (2014-02-11)](http://docs.cython.org/en/latest/src/changes.html#id120)
* [0.20 (2014-01-18)](http://docs.cython.org/en/latest/src/changes.html#id122)
* [0.19.2 (2013-10-13)](http://docs.cython.org/en/latest/src/changes.html#id126)
* [0.19.1 (2013-05-11)](http://docs.cython.org/en/latest/src/changes.html#id130)
* [0.19 (2013-04-19)](http://docs.cython.org/en/latest/src/changes.html#id134)
* [0.18 (2013-01-28)](http://docs.cython.org/en/latest/src/changes.html#id138)
* [0.17.4 (2013-01-03)](http://docs.cython.org/en/latest/src/changes.html#id142)
* [0.17.3 (2012-12-14)](http://docs.cython.org/en/latest/src/changes.html#id144)
* [0.17.2 (2012-11-20)](http://docs.cython.org/en/latest/src/changes.html#id148)
* [0.17.1 (2012-09-26)](http://docs.cython.org/en/latest/src/changes.html#id152)
* [0.17 (2012-09-01)](http://docs.cython.org/en/latest/src/changes.html#id156)
* [0.16 (2012-04-21)](http://docs.cython.org/en/latest/src/changes.html#id160)
* [0.15.1 (2011-09-19)](http://docs.cython.org/en/latest/src/changes.html#id164)
* [0.15 (2011-08-05)](http://docs.cython.org/en/latest/src/changes.html#id168)
* [0.14.1 (2011-02-04)](http://docs.cython.org/en/latest/src/changes.html#id172)
* [0.14 (2010-12-14)](http://docs.cython.org/en/latest/src/changes.html#id176)
* [0.13 (2010-08-25)](http://docs.cython.org/en/latest/src/changes.html#id180)
* [0.12.1 (2010-02-02)](http://docs.cython.org/en/latest/src/changes.html#id184)
* [0.12 (2009-11-23)](http://docs.cython.org/en/latest/src/changes.html#id188)
* [0.11.2 (2009-05-20)](http://docs.cython.org/en/latest/src/changes.html#id192)

全部评论 (0)

还没有任何评论哟~