[SciPy-User] Should one NOT start with Cython first?

Brian Merchant bhmerchant at gmail.com
Tue Mar 10 01:27:49 EDT 2015


Recently, this question was asked on stackoverflow:Cython: when using typed
memoryviews, are Cython users supposed to implement their own library of
“vector” functions?
<http://stackoverflow.com/questions/28948175/cython-when-using-typed-memoryviews-are-cython-users-supposed-to-implement-the/28948871#28948871>

The current answer suggests that one should not write as much of the
program as possible using Cython. Rather, one should start with Python, and
then only use Cython for bottlenecks.

Is this the right mentality to have when using Cython for scientific
projects? Why not start Cython first from the get-go?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20150309/f345c14c/attachment.html>


More information about the SciPy-User mailing list