Pyrex extends and speeds Python apps

Pyrex is a language specially designed for writing Python extension modules. According to the Pyrex Web site, “It’s designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C.” Almost any piece of Python code is also valid Pyrex code, but you can add optional static type declarations to Pyrex code, making the declared objects run at C speed.

8 Comments

  1. 2005-01-26 8:34 pm
  2. 2005-01-26 8:46 pm
  3. 2005-01-26 8:57 pm
  4. 2005-01-26 10:54 pm
  5. 2005-01-27 12:46 am
  6. 2005-01-27 12:53 am
  7. 2005-01-27 4:09 am
  8. 2005-01-27 8:53 am