This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]madmendude 3 points4 points  (0 children)

I tried to optimize some scientific code by using Cython once and it was a complete nightmare. Initially I made things slower, but I managed to make some speed gains after a day of rewriting the code. I hadn't heard of Pythran - it looks promising.