Speakers | |
---|---|
Bader Ladjemi | |
Schedule | |
Day | Sunday |
Room | AW1.117 |
Start time | 11:30 |
End time | 12:00 |
Duration | 00:30 |
Info | |
Event type | Podium |
Track | Python |
Language | English |
Learn why and how to extend Python using ctypes and Pyrex.
Python comes with batteries included, but sometimes you need more. And even more often you need faster batteries that reuse C/C++ libraries. Pyrex, the pseudo language, and ctypes helps you in order to bind C libraries to Python modules. Includes real pieces of code.