Further reading

The main documentation is located at http://docs.cython.org/. Somerecent features might not have documentation written yet, in suchcases some notes can usually be found in the form of a CythonEnhancement Proposal (CEP) on https://github.com/cython/cython/wiki/enhancements.

[Seljebotn09] contains more information about Cython and NumPyarrays. If you intend to use Cython code in a multi-threaded setting,it is essential to read up on Cython’s features for managing theGlobal Interpreter Lock (the GIL). The same paper contains anexplanation of the GIL, and the main documentation explains the Cythonfeatures for managing it.

Finally, don’t hesitate to ask questions (or post reports onsuccesses!) on the Cython users mailing list [UserList]. The Cythondeveloper mailing list, [DevList], is also open to everybody, butfocuses on core development issues. Feel free to use it to report aclear bug, to ask for guidance if you have time to spare to developCython, or if you have suggestions for future development.

[DevList]Cython developer mailing list: https://mail.python.org/mailman/listinfo/cython-devel
[Seljebotn09]D. S. Seljebotn, Fast numerical computations with Cython,Proceedings of the 8th Python in Science Conference, 2009.
[UserList]Cython users mailing list: https://groups.google.com/group/cython-users