Differences between revisions 2 and 3
Revision 2 as of 2003-06-13 00:35:03
Size: 274
Editor: 80
Comment:
Revision 3 as of 2003-10-06 19:53:59
Size: 609
Editor: MikeRovner
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

Two main purposes of Pyrex usage are:
  * speed up a Python code
  * provide Python interface to existing C modules/libraries

For an example of speedup see [http://www.eby-sarna.com/pipermail/source-changes/2002q4/000749.html message]. You can also consider other Python speedup solutions: http://psyco.sf.net and ["weave"].

Pyrex is a python-like language for writing python extension modules.

It can be described as python with C data types.

You can produce with it code as fast as in C and access to C libraries is easy.

Homepage at http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

Two main purposes of Pyrex usage are:

  • speed up a Python code
  • provide Python interface to existing C modules/libraries

For an example of speedup see [http://www.eby-sarna.com/pipermail/source-changes/2002q4/000749.html message]. You can also consider other Python speedup solutions: http://psyco.sf.net and ["weave"].

Pyrex (last edited 2016-07-17 03:50:47 by Victor Escobar)

Unable to edit the page? See the FrontPage for instructions.