2008/11-11

From SIPB Cluedumps

(Difference between revisions)
Jump to: navigation, search
(New page: {{Cluedump |title=Pyrex |date=2008-11-18 20:30 |presenters=Evan Broder (broder) |location=4-231 |abstract= Pyrex is a programming language developed to aid in creating Python modules. Pyth...)
Line 1: Line 1:
{{Cluedump
{{Cluedump
|title=Pyrex
|title=Pyrex
-
|date=2008-11-18 20:30
+
|date=2008-11-25 20:30
|presenters=Evan Broder (broder)
|presenters=Evan Broder (broder)
|location=4-231
|location=4-231

Revision as of 14:38, 7 October 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.

Personal tools