2008/11-25

From SIPB Cluedumps

(Difference between revisions)
Jump to: navigation, search
(New page: {{Cluedump |title=General structure of the Linux kernel |date=2008-11-25 20:30 |presenters=Geoffrey Thomas (geofft) |location=4-231 |abstract= The Linux kernel is the core of a large and c...)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
{{Cluedump
{{Cluedump
-
|title=General structure of the Linux kernel
+
|title=Pyrex
|date=2008-11-25 20:30
|date=2008-11-25 20:30
-
|presenters=Geoffrey Thomas (geofft)
+
|presenters=Evan Broder (broder)
|location=4-231
|location=4-231
|abstract=
|abstract=
-
The Linux kernel is the core of a large and complex operating system, and while it's huge, it is well organized in terms of subsystems and layers. In this talk, we will explore the general structure of the Linux kernel and get to know its major subsystems and core interfaces.
+
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/
}}
}}

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