Cython: Difference between revisions

Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 5 interwiki links, now provided by Wikidata on d:q975594 (Report Errors)
Line 131:
* Significant parts of the scientific and numerical computing libraries [[SciPy]] and [[NumPy]] are written in Cython.<ref>[http://docs.scipy.org/doc/scipy/reference/release.0.7.2.html SciPy 0.7.2 release notes]</ref><ref>[http://projects.scipy.org/numpy/ticket/727 NumPy ticket] talking about moving from Pyrex to Cython</ref>
 
Cython's ___domain is not limited to just numerical computing. For example, the [http://codespeaklxml.netde/lxml lxml] XML toolkit is written mostly in Cython, and Cython is used to provide Pythonic bindings for many C and C++ libraries ranging from the graphics library [[OpenGL]]<ref>[http://pyopengl.sourceforge.net/ PyOpenGL: The Python OpenGL Binding]</ref> to the messaging library [[ZeroMQ]].<ref>[http://www.zeromq.org/bindings:python http://www.zeromq.org/bindings:python]</ref>
 
==References==