Rudimentary Art of Programming & Development

Promoting Open Source, Always…

Cython: Yet another Python optimizer

with one comment

In short, Cython generates C code by reading your Python code.

Cython is yet another solution to the question: “Dynamic languages (which include Python) are slow”. Previously there are already multiple solutions:

Basic tutorials on Cython out there:

I haven’t use Cython or any other optimizer yet since it’s too premature to do so. This post is a reminder for myself, when the time is right, I will have to choose one of them.

When it comes to Python profiler, I am looking at hotshot.

References:

Written by didip

November 2, 2008 at 2:18 pm

Posted in c#, optimizing, python

Tagged with , , ,

One Response

Subscribe to comments with RSS.

  1. [...] Cython generates C code by reading your Python code. [...]


Leave a Reply