2008/11-25

From SIPB Cluedumps

(Difference between revisions)
Jump to: navigation, search
 
Line 8: Line 8:
This talk will provide a tutorial introduction to Pyrex and its usage.
This talk will provide a tutorial introduction to Pyrex and its usage.
 +
 +
All materials from the cluedump are available at http://web.mit.edu/broder/Public/Pyrex
 +
 +
For more information on Pyrex and Cython, see http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ and http://cython.org/
}}
}}

Latest revision as of 03:57, 26 November 2008

[edit] Pyrex

Date: November 25, 2008, at 3:30 PM
Presenters: Evan Broder (broder)
Location: 4-231
Abstract: Pyrex is a programming language developed to aid in creating Python modules. Python provides a C API to write extension modules, which allows writing of functions and datatypes in C. These can then be accessed from Python. It is thus also possible to wrap the functions and datatypes of existing C libraries as Python objects and therefore make them available to Python.

This talk will provide a tutorial introduction to Pyrex and its usage.

All materials from the cluedump are available at http://web.mit.edu/broder/Public/Pyrex

For more information on Pyrex and Cython, see http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ and http://cython.org/

Personal tools