<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">It's because that list is old and has not been updated. It has the<br>
predecessor to Cython, Pyrex, but they are very different now.<br>
<br>
Both SciPy and NumPy has Cython as a build dependency, and also projects<br>
like scikit-learn, scikit-image, statsmodels.<br>
<br>
If you find C++ projects which use Swig (wxPython, PyWin32) or SIP (PyQt)<br>
it is mainly because they are older than Cython. A more recent addition,<br>
PyZMQ, use Cython to wrap C++.<br>
<br></blockquote><div><br></div><div>Just to clarify that, while PyZMQ wraps a library written in C++, libzmq's public API is C, not C++. PyZMQ does not use any of Cython's C++ functionality. I have done other similar (unfortunately not public) projects that wrap actual C++ libraries with Cython, and I have been happy with Cython's C++ support[1].</div><div><br></div><div>-MinRK</div><div><br></div><div>[1] At least as happy as I was with the wrapped C++ code, anyway.</div></div></div></div>